summaryrefslogtreecommitdiff
path: root/gdb/interps.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/interps.c')
-rw-r--r--gdb/interps.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/interps.c b/gdb/interps.c
index b62e33339a2..53bb00dfc0c 100644
--- a/gdb/interps.c
+++ b/gdb/interps.c
@@ -30,14 +30,16 @@
them take over the input in their resume proc. */
#include "defs.h"
-#include "gdbcmd.h"
-#include "ui-out.h"
-#include "event-loop.h"
-#include "event-top.h"
#include "interps.h"
+
+/* Local includes. */
#include "completer.h"
-#include "top.h" /* For command_loop. */
#include "continuations.h"
+#include "event-loop.h"
+#include "event-top.h"
+#include "gdbcmd.h"
+#include "top.h"
+#include "ui-out.h"
/* Each UI has its own independent set of interpreters. */