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>
This commit is contained in:
parent
87776ab72b
commit
da16384560
@ -37,8 +37,6 @@ for input; do
|
|||||||
|
|
||||||
${AWK:-awk} 'BEGIN { n = 0
|
${AWK:-awk} 'BEGIN { n = 0
|
||||||
printf "#include \"qemu/osdep.h\"\n"
|
printf "#include \"qemu/osdep.h\"\n"
|
||||||
printf "#include \"qemu-common.h\"\n"
|
|
||||||
printf "#include \"exec/gdbstub.h\"\n"
|
|
||||||
print "static const char '$arrayname'[] = {"
|
print "static const char '$arrayname'[] = {"
|
||||||
for (i = 0; i < 255; i++)
|
for (i = 0; i < 255; i++)
|
||||||
_ord_[sprintf("%c", i)] = i
|
_ord_[sprintf("%c", i)] = i
|
||||||
|
Loading…
Reference in New Issue
Block a user