aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python')
-rw-r--r--gdb/python/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c
index 15bb912..94b1fc9 100644
--- a/gdb/python/python.c
+++ b/gdb/python/python.c
@@ -36,7 +36,6 @@
#include "run-on-main-thread.h"
#include "observable.h"
#include "build-id.h"
-#include "py-color.h"
#if GDB_SELF_TEST
#include "gdbsupport/selftest.h"
@@ -78,6 +77,7 @@ static const char *gdbpy_should_print_stack = python_excp_message;
#include "interps.h"
#include "event-top.h"
#include "py-event.h"
+#include "py-color.h"
/* True if Python has been successfully initialized, false
otherwise. */