aboutsummaryrefslogtreecommitdiff
path: root/gdb/break-catch-throw.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/break-catch-throw.c')
-rw-r--r--gdb/break-catch-throw.c26
1 files changed, 11 insertions, 15 deletions
diff --git a/gdb/break-catch-throw.c b/gdb/break-catch-throw.c
index bad882f..c8d66e0 100644
--- a/gdb/break-catch-throw.c
+++ b/gdb/break-catch-throw.c
@@ -18,28 +18,24 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-
-/* Standard C includes. */
-#include <ctype.h>
-
-/* Local non-gdb includes. */
-#include "annotate.h"
#include "arch-utils.h"
+#include <ctype.h>
#include "breakpoint.h"
+#include "gdbcmd.h"
+#include "inferior.h"
+#include "annotate.h"
+#include "valprint.h"
#include "cli/cli-utils.h"
#include "completer.h"
-#include "cp-abi.h"
-#include "cp-support.h"
#include "gdb_obstack.h"
-#include "gdb_regex.h"
-#include "gdbcmd.h"
-#include "inferior.h"
-#include "linespec.h"
-#include "location.h"
#include "mi/mi-common.h"
-#include "objfiles.h"
+#include "linespec.h"
#include "probe.h"
-#include "valprint.h"
+#include "objfiles.h"
+#include "cp-abi.h"
+#include "gdb_regex.h"
+#include "cp-support.h"
+#include "location.h"
/* Enums for exception-handling support. */
enum exception_event_kind