summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 3221719b889..a91e3e334cf 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -19,19 +19,17 @@
#if !defined (BREAKPOINT_H)
#define BREAKPOINT_H 1
-#include <vector>
-
-/* Local non-gdb includes. */
+#include "frame.h"
+#include "value.h"
+#include "common/vec.h"
#include "ax.h"
-#include "cli/cli-script.h"
#include "command.h"
-#include "common/array-view.h"
#include "common/break-common.h"
-#include "common/vec.h"
-#include "frame.h"
-#include "location.h"
#include "probe.h"
-#include "value.h"
+#include "location.h"
+#include <vector>
+#include "common/array-view.h"
+#include "cli/cli-script.h"
struct block;
struct gdbpy_breakpoint_object;