summaryrefslogtreecommitdiff
path: root/chill/src/chillmodule.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chill/src/chillmodule.cc')
-rw-r--r--chill/src/chillmodule.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chill/src/chillmodule.cc b/chill/src/chillmodule.cc
index 36f810e..b7012cc 100644
--- a/chill/src/chillmodule.cc
+++ b/chill/src/chillmodule.cc
@@ -17,10 +17,6 @@
#include "chillmodule.hh"
-#undef _POSIX_C_SOURCE
-#undef _XOPEN_SOURCE
-#include <Python.h>
-
using namespace omega;
extern Loop *myloop;