summaryrefslogtreecommitdiff
path: root/gdb/infrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/infrun.h')
-rw-r--r--gdb/infrun.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/infrun.h b/gdb/infrun.h
index e53fd81e716..a798698f2fc 100644
--- a/gdb/infrun.h
+++ b/gdb/infrun.h
@@ -18,9 +18,11 @@
#ifndef INFRUN_H
#define INFRUN_H 1
-#include "symtab.h"
#include "common/byte-vector.h"
+/* Local includes. */
+#include "symtab.h"
+
struct target_waitstatus;
struct frame_info;
struct address_space;