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/rpmte-py.c | |
parent | 355fc032c345d089362454b743cf8cbe6c81cd8d (diff) | |
download | rpm-0deeb05eed84b896be18c23bb2855222b1b0faf3.tar.gz rpm-0deeb05eed84b896be18c23bb2855222b1b0faf3.tar.bz2 rpm-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/rpmte-py.c')
-rw-r--r-- | python/rpmte-py.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c index a004c07b8..11f515707 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -4,12 +4,6 @@ #include "system.h" -#include "Python.h" -#ifdef __LCLINT__ -#undef PyObject_HEAD -#define PyObject_HEAD int _PyObjectHead; -#endif - #include <rpmlib.h> #include "header-py.h" /* XXX tagNumFromPyObject */ |