summaryrefslogtreecommitdiff
path: root/libavdevice/pulse.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-04-08 17:27:42 +0200
committerDiego Biurrun <diego@biurrun.de>2015-04-09 16:40:12 +0200
commitc201069fac9a76e6604f9d84d76a172434d62200 (patch)
treea01d35dac44bbe040ab0f12639e90ae0af7024d4 /libavdevice/pulse.c
parent27852f2f1dec3749ea79883b70484c841169f747 (diff)
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
Also reshuffle headers into canonical order where appropriate.
Diffstat (limited to 'libavdevice/pulse.c')
-rw-r--r--libavdevice/pulse.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavdevice/pulse.c b/libavdevice/pulse.c
index 2136ee3fa4..aaff4478d4 100644
--- a/libavdevice/pulse.c
+++ b/libavdevice/pulse.c
@@ -29,10 +29,12 @@
#include <pulse/rtclock.h>
#include <pulse/error.h>
+#include "libavutil/internal.h"
+#include "libavutil/opt.h"
+#include "libavutil/time.h"
+
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
-#include "libavutil/time.h"
-#include "libavutil/opt.h"
#define DEFAULT_CODEC_ID AV_NE(AV_CODEC_ID_PCM_S16BE, AV_CODEC_ID_PCM_S16LE)