summaryrefslogtreecommitdiff
path: root/libavformat/hdsenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hdsenc.c')
-rw-r--r--libavformat/hdsenc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/hdsenc.c b/libavformat/hdsenc.c
index 2a52019120..a8f340ac46 100644
--- a/libavformat/hdsenc.c
+++ b/libavformat/hdsenc.c
@@ -20,14 +20,13 @@
*/
#include "config.h"
-#include <float.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "avformat.h"
-#include "avio_internal.h"
#include "internal.h"
+#include "mux.h"
#include "os_support.h"
#include "libavutil/avstring.h"