diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2014-08-25 16:27:30 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:28 +0200 |
| commit | da163845602bf75999054d2a9b9f8f877cb36ce2 (patch) | |
| tree | 92752b3363ed28d7eec80fed3e68eb288953213e | |
| parent | 87776ab72b02e3c99a042ab7a0a378bc457cc069 (diff) | |
| download | focaccia-qemu-da163845602bf75999054d2a9b9f8f877cb36ce2.tar.gz focaccia-qemu-da163845602bf75999054d2a9b9f8f877cb36ce2.zip | |
gdbstub: remove unnecessary includes from gdbstub-xml.c
gdbstub-xml.c defines a bunch of arrays of strings; there is no need to include anything. Keep osdep.h for consistency, but remove the rest. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | scripts/feature_to_c.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/feature_to_c.sh b/scripts/feature_to_c.sh index fb1f3363f7..e4387b7fcf 100644 --- a/scripts/feature_to_c.sh +++ b/scripts/feature_to_c.sh @@ -37,8 +37,6 @@ for input; do ${AWK:-awk} 'BEGIN { n = 0 printf "#include \"qemu/osdep.h\"\n" - printf "#include \"qemu-common.h\"\n" - printf "#include \"exec/gdbstub.h\"\n" print "static const char '$arrayname'[] = {" for (i = 0; i < 255; i++) _ord_[sprintf("%c", i)] = i |