diff options
| author | Peter Maydell | 2016-02-23 15:18:30 +0100 |
|---|---|---|
| committer | Peter Maydell | 2016-03-16 13:48:11 +0100 |
| commit | 8816c600d3a5d5afd3264d314417fedb1bfb3094 (patch) | |
| tree | 969f16bd6100a10ff2eddd246de5d529e67e3973 /include | |
| parent | slirp/slirp.h: Remove now-empty #ifdefs (diff) | |
| download | qemu-8816c600d3a5d5afd3264d314417fedb1bfb3094.tar.gz qemu-8816c600d3a5d5afd3264d314417fedb1bfb3094.tar.xz qemu-8816c600d3a5d5afd3264d314417fedb1bfb3094.zip | |
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
Diffstat (limited to 'include')
| -rw-r--r-- | include/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h deleted file mode 100644 index 992d761053..0000000000 --- a/include/config.h +++ /dev/null @@ -1 +0,0 @@ -#include "config-target.h" |
