projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87776ab
)
gdbstub: remove unnecessary includes from gdbstub-xml.c
author
Paolo Bonzini
<pbonzini@redhat.com>
Mon, 25 Aug 2014 14:27:30 +0000
(16:27 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 19 May 2016 14:42:28 +0000
(16:42 +0200)
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>
scripts/feature_to_c.sh
patch
|
blob
|
history
diff --git
a/scripts/feature_to_c.sh
b/scripts/feature_to_c.sh
index fb1f3363f78ee3c6a27e789b69a63ea5d96943c0..e4387b7fcfbac8b5f65872fef19f682bdb6c4956 100644
(file)
--- 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