diff options
author | Baruch Sterin <baruchs@gmail.com> | 2012-02-23 13:45:51 -0800 |
---|---|---|
committer | Baruch Sterin <baruchs@gmail.com> | 2012-02-23 13:45:51 -0800 |
commit | f42131935e0ab4c097c30aa23e86720462332b7c (patch) | |
tree | 265123bea69aa8d1f069c8cda6468412214fed56 /src/base/main/main.c | |
parent | 4ade9fc7c89c7ee921fb4e159d2e31a531cf4db5 (diff) | |
download | abc-f42131935e0ab4c097c30aa23e86720462332b7c.tar.gz abc-f42131935e0ab4c097c30aa23e86720462332b7c.tar.bz2 abc-f42131935e0ab4c097c30aa23e86720462332b7c.zip |
pyabc: silnce more warnings
Diffstat (limited to 'src/base/main/main.c')
-rw-r--r-- | src/base/main/main.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/base/main/main.c b/src/base/main/main.c index 27b4b0bd..fdfd2879 100644 --- a/src/base/main/main.c +++ b/src/base/main/main.c @@ -18,14 +18,13 @@ ***********************************************************************/ -#include "src/base/abc/abc.h" -#include "mainInt.h" - #ifdef ABC_PYTHON_EMBED #include <Python.h> - #endif /* ABC_PYTHON_EMBED */ +#include "src/base/abc/abc.h" +#include "mainInt.h" + ABC_NAMESPACE_IMPL_START // this line should be included in the library project |