fixed _XOPEN_SOURCE redefined compiler warnings by changing include order (Python.h as first one)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1668 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent 028ac68484
commit d1719302ab

@ -26,11 +26,11 @@
*/
#ifndef _MOD_PY_H
#define _MOD_PY_H
#include <Python.h>
#include "DSMModule.h"
#include "DSMSession.h"
#include <Python.h>
#define MOD_CLS_NAME SCPyModule
class SCPyModule

@ -25,8 +25,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "DSMStateEngine.h"
#include "PyDSMSession.h"
#include "DSMStateEngine.h"
#include "log.h"
#include "DSMSession.h"
#include "AmSession.h"

Loading…
Cancel
Save