mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Fixup #include directives according to Coding Style
Use #include "header.h" if functionality of header.h is implemented and #include <header.h> if functionality of header.h is used.
This commit is contained in:
parent
ecf09f2cd6
commit
b3721a12c5
21 changed files with 32 additions and 41 deletions
|
|
@ -36,11 +36,11 @@
|
|||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/strbuf.h>
|
||||
#include <pulsecore/remap.h>
|
||||
|
||||
#include "ffmpeg/avcodec.h"
|
||||
|
||||
#include "resampler.h"
|
||||
#include "remap.h"
|
||||
|
||||
/* Number of samples of extra space we allow the resamplers to return */
|
||||
#define EXTRA_FRAMES 128
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue