summaryrefslogtreecommitdiff
path: root/gdb/remote-notif.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-notif.c')
-rw-r--r--gdb/remote-notif.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdb/remote-notif.c b/gdb/remote-notif.c
index eece9470061..417a2012008 100644
--- a/gdb/remote-notif.c
+++ b/gdb/remote-notif.c
@@ -32,14 +32,16 @@
they are processed in remote_resume. */
#include "defs.h"
-#include "remote.h"
#include "remote-notif.h"
-#include "observable.h"
+
+/* Local includes. */
#include "event-loop.h"
-#include "target.h"
+#include "gdbcmd.h"
#include "inferior.h"
#include "infrun.h"
-#include "gdbcmd.h"
+#include "observable.h"
+#include "remote.h"
+#include "target.h"
int notif_debug = 0;