rpmgi.h doesn't need rpmte and rpmts headers, implementation does
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Jan 2008 09:51:28 +0000 (11:51 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 Jan 2008 09:51:28 +0000 (11:51 +0200)
lib/rpmgi.c
lib/rpmgi.h

index 44cb557..3405798 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <rpm/rpmlib.h>
 #include <rpm/rpmte.h>         /* XXX rpmElementType */
+#include <rpm/rpmts.h>
 
 #include <rpm/rpmgi.h>
 #include "rpmio/fts.h"
index b11ae2f..137630b 100644 (file)
@@ -6,8 +6,6 @@
  */
 
 #include <rpm/rpmtypes.h>
-#include <rpm/rpmte.h>
-#include <rpm/rpmts.h>
 #include <rpm/argv.h>
 
 #ifdef __cplusplus