diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
commit | 9ce13e09ef42ea4efca3c624054b0b719f06a43b (patch) | |
tree | 1660a7c311fba0c86afba2cacea8669f07b8eb51 /rpmdb/db3.c | |
parent | 179ebc1745b51eb9821dd783c9df475ac539532d (diff) | |
download | librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.gz librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.bz2 librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.zip |
Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
Diffstat (limited to 'rpmdb/db3.c')
-rw-r--r-- | rpmdb/db3.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rpmdb/db3.c b/rpmdb/db3.c index a65be0984..1a6d9d489 100644 --- a/rpmdb/db3.c +++ b/rpmdb/db3.c @@ -10,13 +10,13 @@ static int _debug = 1; /* XXX if < 0 debugging, > 0 unusual error returns */ #include <sys/ipc.h> #endif -#include <rpmlib.h> -#include <rpmmacro.h> -#include <rpmurl.h> /* XXX urlPath proto */ -#include <rpmfileutil.h> /* rpmioMkPath */ +#include <rpm/rpmlib.h> +#include <rpm/rpmmacro.h> +#include <rpm/rpmurl.h> /* XXX urlPath proto */ +#include <rpm/rpmfileutil.h> /* rpmioMkPath */ #include "rpmdb/rpmdb_internal.h" -#include <rpmlog.h> +#include <rpm/rpmlog.h> #include "debug.h" |