aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r--gdb/exceptions.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index a29ef0c..c9a1fa7 100644
--- a/gdb/exceptions.c
+++ b/gdb/exceptions.c
@@ -18,16 +18,18 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "exceptions.h"
+
+/* Local non-gdb includes. */
+#include "annotate.h"
#include "breakpoint.h"
-#include "target.h"
+#include "common/gdb_optional.h"
+#include "exceptions.h"
+#include "gdbthread.h"
#include "inferior.h"
-#include "annotate.h"
-#include "ui-out.h"
#include "serial.h"
-#include "gdbthread.h"
+#include "target.h"
#include "top.h"
-#include "common/gdb_optional.h"
+#include "ui-out.h"
static void
print_flush (void)