summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ObjectFactory.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-02-11 20:32:19 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-02-11 20:32:19 +0000
commit24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd (patch)
treed970bcc7f511e9c8a538eed8de21cf2552eb2ff7 /py/modules/IcePy/ObjectFactory.h
parentFix (diff)
downloadice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.bz2
ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.tar.xz
ice-24f3573733ad6f7d9e611b1f5cb64ebeb02c7ccd.zip
Fixed warning with aCC (HP)
Diffstat (limited to 'py/modules/IcePy/ObjectFactory.h')
-rw-r--r--py/modules/IcePy/ObjectFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/modules/IcePy/ObjectFactory.h b/py/modules/IcePy/ObjectFactory.h
index d44fd5f4a07..7052e38b0b4 100644
--- a/py/modules/IcePy/ObjectFactory.h
+++ b/py/modules/IcePy/ObjectFactory.h
@@ -10,7 +10,7 @@
#ifndef ICEPY_OBJECT_FACTORY_H
#define ICEPY_OBJECT_FACTORY_H
-#include <Python.h>
+#include <Config.h>
#include <Ice/ObjectF.h>
#include <Ice/ObjectFactory.h>
#include <IceUtil/Mutex.h>