diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-11-03 17:20:49 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2018-02-06 10:03:15 +0100 |
commit | 4cf84e254ae75b524e1cacae499a97d7cc9e5906 (patch) | |
tree | 7279020311353786e92dbfe27f4ecf78467e9973 /libavutil/x86 | |
parent | bca41545b371efc34e38d1fa8bb12dba8b614da0 (diff) | |
download | ffmpeg-4cf84e254ae75b524e1cacae499a97d7cc9e5906.tar.gz |
Drop some unnecessary config.h #includes
Diffstat (limited to 'libavutil/x86')
-rw-r--r-- | libavutil/x86/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/x86/cpu.h b/libavutil/x86/cpu.h index c0a525dd4e..6373e57db2 100644 --- a/libavutil/x86/cpu.h +++ b/libavutil/x86/cpu.h @@ -19,7 +19,6 @@ #ifndef AVUTIL_X86_CPU_H #define AVUTIL_X86_CPU_H -#include "config.h" #include "libavutil/cpu.h" #include "libavutil/cpu_internal.h" |