Message ID | 1458054221-16923-4-git-send-email-armbru@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 2ae3b43..8052bbd 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)"
Commit 90ce6e2 removed one of its two lines, but missed the fact that it also removed the last of its users. Bury the body. Signed-off-by: Markus Armbruster <armbru@redhat.com> --- include/config.h | 1 - scripts/clean-includes | 1 - 2 files changed, 2 deletions(-) delete mode 100644 include/config.h