summaryrefslogtreecommitdiff
path: root/lib/misc.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/misc.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/misc.c')
-rw-r--r--lib/misc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/misc.c b/lib/misc.c
index ed56443be..9a01bd5fc 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -7,10 +7,10 @@
/* just to put a marker in librpm.a */
const char * RPMVERSION = VERSION;
-#include <rpmurl.h>
-#include <rpmmacro.h> /* XXX for rpmGetPath */
-#include <rpmlib.h>
-#include <rpmlog.h>
+#include <rpm/rpmurl.h>
+#include <rpm/rpmmacro.h> /* XXX for rpmGetPath */
+#include <rpm/rpmlib.h>
+#include <rpm/rpmlog.h>
#include "lib/misc.h"
#include "debug.h"