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:
Maarten Bosmans 2011-03-09 10:00:20 +01:00 committed by Colin Guthrie
parent ecf09f2cd6
commit b3721a12c5
21 changed files with 32 additions and 41 deletions

View file

@ -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