diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-02-23 14:18:30 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:49:38 -0600 |
commit | 2369c540e8a11e747fe96bd39bc6871ef6ec357e (patch) | |
tree | 098e93430139cf81e599daef5ef2cb91cdf6080f | |
parent | 48a9d742076c3f1720af41bf24a9d65ca46eda7b (diff) | |
download | hqemu-2369c540e8a11e747fe96bd39bc6871ef6ec357e.zip hqemu-2369c540e8a11e747fe96bd39bc6871ef6ec357e.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
-rw-r--r-- | include/config.h | 1 | ||||
-rwxr-xr-x | scripts/clean-includes | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 992d761..0000000 --- a/include/config.h +++ /dev/null @@ -1 +0,0 @@ -#include "config-target.h" diff --git a/scripts/clean-includes b/scripts/clean-includes index a1faa60..177d253 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)" |