Browse code

Remove useless #ifdef around #include.

Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2008/09/15 07:18:50
Showing 1 changed files
... ...
@@ -31,9 +31,7 @@
31 31
 
32 32
 //#undef NDEBUG
33 33
 #include <assert.h>
34
-#ifdef ARCH_X86
35 34
 #include "libavutil/x86_cpu.h"
36
-#endif
37 35
 
38 36
 #define CABAC_BITS 16
39 37
 #define CABAC_MASK ((1<<CABAC_BITS)-1)