summaryrefslogtreecommitdiffstats
path: root/dvdread
diff options
context:
space:
mode:
Diffstat (limited to 'dvdread')
-rw-r--r--dvdread/bswap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dvdread/bswap.h b/dvdread/bswap.h
index 15846aed65..7abd167a43 100644
--- a/dvdread/bswap.h
+++ b/dvdread/bswap.h
@@ -25,8 +25,6 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <config.h>
-
#if defined(WORDS_BIGENDIAN)
/* All bigendian systems are fine, just ignore the swaps. */
#define B2N_16(x) (void)(x)