diff options
Diffstat (limited to 'python/rpmds-py.c')
-rw-r--r-- | python/rpmds-py.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/python/rpmds-py.c b/python/rpmds-py.c index 13c94936b..937f2bac0 100644 --- a/python/rpmds-py.c +++ b/python/rpmds-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" |