diff options
Diffstat (limited to 'gdb/xml-syscall.c')
-rw-r--r-- | gdb/xml-syscall.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/xml-syscall.c b/gdb/xml-syscall.c index d144f82fbf2..bfb4b51ea8e 100644 --- a/gdb/xml-syscall.c +++ b/gdb/xml-syscall.c @@ -19,10 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdbtypes.h" -#include "xml-support.h" #include "xml-syscall.h" + +/* Local includes. */ #include "gdbarch.h" +#include "gdbtypes.h" +#include "xml-support.h" /* For the struct syscall definition. */ #include "target.h" |