From: Fabrice Bellard Date: Mon, 30 Jul 2001 23:17:21 +0000 (+0000) Subject: suppressed unused stuff X-Git-Tag: v0.5~18440 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=a12e4610920c73cd15836a810d9df1cd5d0f0132 suppressed unused stuff Originally committed as revision 15 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/bswap.h b/bswap.h index 2318afdbb8..50eea9ed83 100644 --- a/bswap.h +++ b/bswap.h @@ -1,10 +1,6 @@ #ifndef __BSWAP_H__ #define __BSWAP_H__ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #ifdef HAVE_BYTESWAP_H #include #else