qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/4] include/config.h: Remove


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 2/4] include/config.h: Remove
Date: Tue, 23 Feb 2016 14:18:30 +0000

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 <address@hidden>
---
 include/config.h       | 1 -
 scripts/clean-includes | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 include/config.h

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 d2dd7ae..8a3f398 100755
--- a/scripts/clean-includes
+++ b/scripts/clean-includes
@@ -99,7 +99,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)"
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]