summaryrefslogtreecommitdiffstats
path: root/src/python/pyabc.i
diff options
context:
space:
mode:
authorBaruch Sterin <baruchs@gmail.com>2012-01-21 18:21:03 -0800
committerBaruch Sterin <baruchs@gmail.com>2012-01-21 18:21:03 -0800
commit6e72e2fb35e14631b5fe4f2312934c78467139f8 (patch)
tree98ed66e77b73682a77cf54dd1a697df211ceb6cc /src/python/pyabc.i
parent8014f25f6db719fa62336f997963532a14c568f6 (diff)
downloadabc-6e72e2fb35e14631b5fe4f2312934c78467139f8.tar.gz
abc-6e72e2fb35e14631b5fe4f2312934c78467139f8.tar.bz2
abc-6e72e2fb35e14631b5fe4f2312934c78467139f8.zip
pyabc: adapt build to recent changes in the rest of ABC
Diffstat (limited to 'src/python/pyabc.i')
-rw-r--r--src/python/pyabc.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/pyabc.i b/src/python/pyabc.i
index 1da81016..2b8983cd 100644
--- a/src/python/pyabc.i
+++ b/src/python/pyabc.i
@@ -22,8 +22,8 @@
%{
-#include <main.h>
-#include <utilCex.h>
+#include <src/base/main/main.h>
+#include <src/misc/util/utilCex.h>
#include <stdlib.h>
#include <signal.h>