diff options
Diffstat (limited to 'gdb/python/py-event.h')
-rw-r--r-- | gdb/python/py-event.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/python/py-event.h b/gdb/python/py-event.h index fb8057c2b03..4dd7f9407db 100644 --- a/gdb/python/py-event.h +++ b/gdb/python/py-event.h @@ -21,8 +21,10 @@ #define PYTHON_PY_EVENT_H #include "py-events.h" -#include "command.h" #include "python-internal.h" + +/* Local includes. */ +#include "command.h" #include "inferior.h" /* Declare all event types. */ |