gdbstub: remove unnecessary includes from gdbstub-xml.c
commitda163845602bf75999054d2a9b9f8f877cb36ce2
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 25 Aug 2014 14:27:30 +0000 (25 16:27 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:28 +0000 (19 16:42 +0200)
tree92752b3363ed28d7eec80fed3e68eb288953213e
parent87776ab72b02e3c99a042ab7a0a378bc457cc069
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>
scripts/feature_to_c.sh