summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-02-23 14:18:30 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-03-16 12:48:11 +0000
commit8816c600d3a5d5afd3264d314417fedb1bfb3094 (patch)
tree969f16bd6100a10ff2eddd246de5d529e67e3973 /scripts
parent4674da1c49d07e5159775cd731f947c9fe2f3b83 (diff)
downloadqemu-8816c600d3a5d5afd3264d314417fedb1bfb3094.tar.gz
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 <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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean-includes1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/clean-includes b/scripts/clean-includes
index a1faa60710..177d253eb9 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)"