# HG changeset patch # User mru # Date 1259230001 0 # Node ID 64c8bc5340bd8c4de0686b4f02da955238c4dfff # Parent bcd863ec8208e80ffc43d2e6148f0b76b4ab2dc8 Revert "Add required header #include to fix 'make checkheaders'." config.h must not be included in that file. The table generator runs on the host system, but config.h describes the target. diff -r bcd863ec8208 -r 64c8bc5340bd mpegaudio_tablegen.h --- a/mpegaudio_tablegen.h Thu Nov 26 09:59:10 2009 +0000 +++ b/mpegaudio_tablegen.h Thu Nov 26 10:06:41 2009 +0000 @@ -27,7 +27,6 @@ // do not use libavutil/mathematics.h since this is compiled both // for the host and the target and config.h is only valid for the target #include -#include "config.h" #define TABLE_4_3_SIZE (8191 + 16)*4 #if CONFIG_HARDCODED_TABLES