summaryrefslogtreecommitdiff
path: root/lib/depends.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-12-08 14:02:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-12-08 14:02:32 +0200
commit9ce13e09ef42ea4efca3c624054b0b719f06a43b (patch)
tree1660a7c311fba0c86afba2cacea8669f07b8eb51 /lib/depends.c
parent179ebc1745b51eb9821dd783c9df475ac539532d (diff)
downloadrpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.gz
rpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.bz2
rpm-9ce13e09ef42ea4efca3c624054b0b719f06a43b.zip
Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
Diffstat (limited to 'lib/depends.c')
-rw-r--r--lib/depends.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/depends.c b/lib/depends.c
index 0d5d27d98..9f0d8cf12 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -4,16 +4,16 @@
#include "system.h"
-#include <rpmcli.h> /* XXX rpmcliPackagesTotal */
+#include <rpm/rpmcli.h> /* XXX rpmcliPackagesTotal */
-#include <rpmmacro.h> /* XXX rpmExpand("%{_dependency_whiteout}" */
-#include <rpmlog.h>
+#include <rpm/rpmmacro.h> /* XXX rpmExpand("%{_dependency_whiteout}" */
+#include <rpm/rpmlog.h>
-#include <rpmdb.h>
+#include <rpm/rpmdb.h>
#include "rpmdb/rpmdb_internal.h" /* XXX response cache needs dbiOpen et al. */
-#include <rpmds.h>
-#include <rpmfi.h>
+#include <rpm/rpmds.h>
+#include <rpm/rpmfi.h>
#include "lib/rpmte_internal.h" /* XXX tsortInfo_s */
#include "lib/rpmts_internal.h"