Remove useless #ifdef around #include.
authorDiego Biurrun <diego@biurrun.de>
Sun, 14 Sep 2008 22:18:50 +0000 (22:18 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 14 Sep 2008 22:18:50 +0000 (22:18 +0000)
Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/cabac.h

index b4ce2fd..16185ee 100644 (file)
@@ -31,9 +31,7 @@
 
 //#undef NDEBUG
 #include <assert.h>
-#ifdef ARCH_X86
 #include "libavutil/x86_cpu.h"
-#endif
 
 #define CABAC_BITS 16
 #define CABAC_MASK ((1<<CABAC_BITS)-1)