Skip to content

Commit

Permalink
include/config.h: Remove
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pm215 committed Mar 16, 2016
1 parent 4674da1 commit 8816c60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/config.h

This file was deleted.

1 change: 0 additions & 1 deletion scripts/clean-includes
Expand Up @@ -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)"
Expand Down

0 comments on commit 8816c60

Please sign in to comment.