summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index ca9d2a77943..dadb7367282 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -19,12 +19,15 @@
#if !defined (TRACEPOINT_H)
#define TRACEPOINT_H 1
-#include "breakpoint.h"
-#include "memrange.h"
+#include <string>
+#include <vector>
+
+/* Local subdirectory includes. */
#include "common/gdb_vecs.h"
-#include <vector>
-#include <string>
+/* Local includes. */
+#include "breakpoint.h"
+#include "memrange.h"
/* An object describing the contents of a traceframe. */