From a12e4610920c73cd15836a810d9df1cd5d0f0132 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Mon, 30 Jul 2001 23:17:21 +0000 Subject: [PATCH] suppressed unused stuff Originally committed as revision 15 to svn://svn.ffmpeg.org/ffmpeg/trunk --- bswap.h | 4 ---- 1 file changed, 4 deletions(-) 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