From: Peter Maydell Date: Tue, 23 Feb 2016 14:18:30 +0000 (+0000) Subject: include/config.h: Remove X-Git-Tag: v2.6.0-rc0~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8816c600d3a5d5afd3264d314417fedb1bfb3094;p=thirdparty%2Fqemu.git include/config.h: Remove include/config.h just includes config-target.h (and used to also include config-host.h). It is now obsolete and unused, because osdep.h does this job, so remove it. Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Reviewed-by: Thomas Huth Message-id: 1456237112-32662-3-git-send-email-peter.maydell@linaro.org --- diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 992d7610531..00000000000 --- a/include/config.h +++ /dev/null @@ -1 +0,0 @@ -#include "config-target.h" diff --git a/scripts/clean-includes b/scripts/clean-includes index a1faa60710e..177d253eb93 100755 --- a/scripts/clean-includes +++ b/scripts/clean-includes @@ -104,7 +104,6 @@ for f in "$@"; do ;; *include/qemu/osdep.h | \ *include/qemu/compiler.h | \ - *include/config.h | \ *include/standard-headers/ ) # Removing include lines from osdep.h itself would be counterproductive. echo "SKIPPING $f (special case header)"