diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-10-01 13:21:44 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-10-01 14:16:44 +0300 |
commit | b0d374528a367779e158a68a7b6a58ad929b85aa (patch) | |
tree | 0fe0230f62e05ab68207a8fbdba11907dc21830b /python/rpmmacro-py.c | |
parent | 66c469759c497b72f24ebb6a69ca9a6333d1d600 (diff) | |
download | librpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.tar.gz librpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.tar.bz2 librpm-tizen-b0d374528a367779e158a68a7b6a58ad929b85aa.zip |
Include structmembers.h centrally from rpmsystem-py.h
- pretty much everything might need this...
Diffstat (limited to 'python/rpmmacro-py.c')
-rw-r--r-- | python/rpmmacro-py.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/rpmmacro-py.c b/python/rpmmacro-py.c index 660bd00e4..dec8de09b 100644 --- a/python/rpmmacro-py.c +++ b/python/rpmmacro-py.c @@ -1,7 +1,5 @@ #include "rpmsystem-py.h" -#include <structmember.h> - #include <rpm/rpmmacro.h> #include "rpmmacro-py.h" |