diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 3221719..a91e3e3 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; |