Don't include idtx.h in rpmcli.h
authorPanu Matilainen <pmatilai@redhat.com>
Sat, 1 Dec 2007 08:42:22 +0000 (10:42 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Sat, 1 Dec 2007 08:42:22 +0000 (10:42 +0200)
- nothing needs it there, include directly where needed instead

lib/rpmcli.h
lib/rpminstall.c
python/rpmts-py.c

index 318b753..37272be 100644 (file)
@@ -10,7 +10,6 @@
 #include <rpmmacro.h>
 #include <rpmcallback.h>
 #include <argv.h>
-#include <idtx.h>
 
 #ifdef __cplusplus
 extern "C" {
index 0d2488e..1103fda 100644 (file)
@@ -11,6 +11,7 @@
 #include <rpmts.h>
 #include <rpmlog.h>
 #include <rpmfileutil.h>
+#include <idtx.h>
 
 #include "lib/manifest.h"
 #include "debug.h"
index 4fa761b..6d90cc7 100644 (file)
@@ -8,6 +8,7 @@
 #include <rpmpgp.h>
 #include <rpmdb.h>
 #include <rpmbuild.h>
+#include <idtx.h>
 
 #include "header-py.h"
 #include "rpmds-py.h"  /* XXX for rpmdsNew */