mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 22:33:36 +08:00
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
This commit is contained in:
parent
4674da1c49
commit
8816c600d3
@ -1 +0,0 @@
|
||||
#include "config-target.h"
|
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user