summaryrefslogtreecommitdiff
path: root/libavformat/rtmpdh.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-21 20:06:18 +0100
committerDiego Biurrun <diego@biurrun.de>2016-03-24 19:17:23 +0100
commit439929859ae0eb9542d3bb8a0c856bd5a1d1ec48 (patch)
tree2d95432d406d86051c4f9af055340ac97f68e7ac /libavformat/rtmpdh.h
parent3dfbf32b95ae69a9b15cd4912bc1c68fa16b4093 (diff)
testprogs: Clean up #includes
Diffstat (limited to 'libavformat/rtmpdh.h')
-rw-r--r--libavformat/rtmpdh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h
index 21ad13ea16..eb742dd937 100644
--- a/libavformat/rtmpdh.h
+++ b/libavformat/rtmpdh.h
@@ -22,7 +22,8 @@
#ifndef AVFORMAT_RTMPDH_H
#define AVFORMAT_RTMPDH_H
-#include "avformat.h"
+#include <stdint.h>
+
#include "config.h"
#if CONFIG_GMP || CONFIG_GCRYPT