]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/config.h: Remove
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 14:18:30 +0000 (14:18 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Mar 2016 12:48:11 +0000 (12:48 +0000)
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 <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 1456237112-32662-3-git-send-email-peter.maydell@linaro.org

include/config.h [deleted file]
scripts/clean-includes

diff --git a/include/config.h b/include/config.h
deleted file mode 100644 (file)
index 992d761..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "config-target.h"
index a1faa60710e07e4d2616e8a1948b4cff878c6d59..177d253eb9340db7c76343ec81d58c5597c9aa56 100755 (executable)
@@ -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)"