# HG changeset patch # User diego # Date 1276700572 0 # Node ID 1fe3bf45f4e6eef3cf386c97a54f1d2641fd9b71 # Parent 31764967621442ed94a593f4297b1af1516dc443 Remove some unnecessary #includes from compilation tests. diff -r 317649676214 -r 1fe3bf45f4e6 configure --- a/configure Wed Jun 16 13:55:09 2010 +0000 +++ b/configure Wed Jun 16 15:02:52 2010 +0000 @@ -3986,7 +3986,6 @@ echocheck "gettimeofday()" cat > $TMPC << EOF -#include #include int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; } EOF @@ -7330,7 +7329,6 @@ _libavformat_so=no cat > $TMPC < - #include int main(void) { av_alloc_format_context(); return 0; } EOF if $_pkg_config --exists libavformat ; then @@ -7365,7 +7363,6 @@ elif test "$_libpostproc_so" = auto ; then _libpostproc_so=no cat > $TMPC << EOF - #include #include int main(void) { pp_get_mode_by_name_and_quality("de", 0); return 0; } EOF