summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2017-11-03 17:20:49 +0100
committerDiego Biurrun <diego@biurrun.de>2018-02-06 10:03:15 +0100
commit4cf84e254ae75b524e1cacae499a97d7cc9e5906 (patch)
tree7279020311353786e92dbfe27f4ecf78467e9973 /libavcodec
parentbca41545b371efc34e38d1fa8bb12dba8b614da0 (diff)
Drop some unnecessary config.h #includes
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/thread.h b/libavcodec/thread.h
index 864e67eb98..b06958de80 100644
--- a/libavcodec/thread.h
+++ b/libavcodec/thread.h
@@ -29,7 +29,6 @@
#include "libavutil/buffer.h"
-#include "config.h"
#include "avcodec.h"
typedef struct ThreadFrame {