Remove unnecessary includes
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 09:40:51 +0000 (11:40 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 29 Oct 2007 09:40:51 +0000 (11:40 +0200)
python/rpmfts-py.c
python/rpmmodule.c

index 81449d0..9b1e13a 100644 (file)
@@ -10,8 +10,6 @@
 
 #include "rpmfts-py.h"
 
-#include "rpmlib.h"    /* XXX _free */
-
 #include "debug.h"
 
 static int _rpmfts_debug = 1;
index 79f3d49..4db0a2e 100644 (file)
@@ -7,9 +7,6 @@
 #include "rpmdb.h"
 #include "rpmsq.h"
 
-#include "legacy.h"
-#include "misc.h"
-
 #include "header-py.h"
 #include "rpmal-py.h"
 #include "rpmds-py.h"