summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
Diffstat (limited to 'src/python')
-rw-r--r--src/python/swig/event.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/swig/event.i b/src/python/swig/event.i
index 99fde2d5b..1e3b26a96 100644
--- a/src/python/swig/event.i
+++ b/src/python/swig/event.i
@@ -77,8 +77,8 @@
%include "std_string.i"
%include "base/types.hh"
-%include "python/swig/pyevent.hh"
%include "sim/eventq.hh"
+%include "python/swig/pyevent.hh"
struct CountedDrainEvent : public Event
{