diff options
author | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-07-13 19:08:51 +0000 |
commit | 261b4a2ecbc7b4ccef094490c74e90f8cfdacfff (patch) | |
tree | 16df21598d84a9ba57f8b5accd422c75607c980f /python/rpmte-py.c | |
parent | b9df0c51e490b2a2e158a8525d7753cb1fe1bc6e (diff) | |
download | rpm-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.gz rpm-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.tar.bz2 rpm-261b4a2ecbc7b4ccef094490c74e90f8cfdacfff.zip |
- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.
- revert headerFree/headerLink/headerUnlink debugging.
CVS patchset: 5550
CVS date: 2002/07/13 19:08:51
Diffstat (limited to 'python/rpmte-py.c')
-rw-r--r-- | python/rpmte-py.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/rpmte-py.c b/python/rpmte-py.c index 26da8a316..b3bd7d87e 100644 --- a/python/rpmte-py.c +++ b/python/rpmte-py.c @@ -7,9 +7,6 @@ #include "Python.h" #include <rpmlib.h> -#include "rpmps.h" - -#include "rpmte.h" #include "header-py.h" /* XXX tagNumFromPyObject */ #include "rpmds-py.h" |