diff options
author | jbj <devnull@localhost> | 2004-01-01 16:34:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-01-01 16:34:10 +0000 |
commit | 0deeb05eed84b896be18c23bb2855222b1b0faf3 (patch) | |
tree | b2e9796768e3cf76963e98ace684ab3bb2046c03 /python/rpmfd-py.c | |
parent | 355fc032c345d089362454b743cf8cbe6c81cd8d (diff) | |
download | librpm-tizen-0deeb05eed84b896be18c23bb2855222b1b0faf3.tar.gz librpm-tizen-0deeb05eed84b896be18c23bb2855222b1b0faf3.tar.bz2 librpm-tizen-0deeb05eed84b896be18c23bb2855222b1b0faf3.zip |
- python: include Python.h before glibc features.h.
CVS patchset: 7055
CVS date: 2004/01/01 16:34:10
Diffstat (limited to 'python/rpmfd-py.c')
-rw-r--r-- | python/rpmfd-py.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c index 5928d6a40..472e93ee7 100644 --- a/python/rpmfd-py.c +++ b/python/rpmfd-py.c @@ -4,12 +4,6 @@ #include "system.h" -#include "Python.h" -#ifdef __LCLINT__ -#undef PyObject_HEAD -#define PyObject_HEAD int _PyObjectHead; -#endif - #include <glob.h> /* XXX rpmio.h */ #include <dirent.h> /* XXX rpmio.h */ #include <rpmio_internal.h> |