summaryrefslogtreecommitdiff
path: root/gdb/python/py-evtregistry.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/python/py-evtregistry.c')
-rw-r--r--gdb/python/py-evtregistry.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/python/py-evtregistry.c b/gdb/python/py-evtregistry.c
index cf3505e6542..847d55cfa83 100644
--- a/gdb/python/py-evtregistry.c
+++ b/gdb/python/py-evtregistry.c
@@ -18,9 +18,13 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "defs.h"
-#include "command.h"
+
+/* Local non-gdb includes. */
#include "py-events.h"
+/* Local includes. */
+#include "command.h"
+
events_object gdb_py_events;
extern PyTypeObject eventregistry_object_type