summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc.h
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-26 02:26:29 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-04 11:45:32 +0100
commit973dc4e8d4ae0def273c33bac354ddc6d8e0c470 (patch)
tree9eb46f22da4ef61d94e3ac0a0a84ae23a5f56ab3 /libavcodec/ac3enc.h
parent5397386effba2e53e4ff82852a86f6be4d59e9c1 (diff)
put_bits: Remove unused includes
This requires adding includes to other files that relied on these being included implicitly.
Diffstat (limited to 'libavcodec/ac3enc.h')
-rw-r--r--libavcodec/ac3enc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavcodec/ac3enc.h b/libavcodec/ac3enc.h
index be9dcf21c1..a53353609b 100644
--- a/libavcodec/ac3enc.h
+++ b/libavcodec/ac3enc.h
@@ -31,12 +31,14 @@
#include <stdint.h>
#include "libavutil/float_dsp.h"
+
#include "ac3.h"
#include "ac3dsp.h"
#include "avcodec.h"
#include "dsputil.h"
-#include "put_bits.h"
#include "fft.h"
+#include "mathops.h"
+#include "put_bits.h"
#ifndef CONFIG_AC3ENC_FLOAT
#define CONFIG_AC3ENC_FLOAT 0