diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:28:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-12 12:28:12 +0300 |
commit | 90e10708f824ff8e86b0f030d12e14329b1cf2c0 (patch) | |
tree | 7e6acf37286a04ed0d3e9f7ba0729af5a11bb878 /lib/rpmts_internal.h | |
parent | a68a5a049e98bc8406c0e7015ad5dadbed39972d (diff) | |
download | librpm-tizen-90e10708f824ff8e86b0f030d12e14329b1cf2c0.tar.gz librpm-tizen-90e10708f824ff8e86b0f030d12e14329b1cf2c0.tar.bz2 librpm-tizen-90e10708f824ff8e86b0f030d12e14329b1cf2c0.zip |
Fixup paths and Makefiles for rpmdb/ elimination
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r-- | lib/rpmts_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h index 7e0fd4519..6c662e481 100644 --- a/lib/rpmts_internal.h +++ b/lib/rpmts_internal.h @@ -4,7 +4,7 @@ #include <rpm/rpmts.h> #include <rpm/rpmal.h> /* XXX availablePackage/relocateFileList ,*/ -#include "rpmdb/rpmhash.h" /* XXX hashTable */ +#include "lib/rpmhash.h" /* XXX hashTable */ /** \ingroup rpmts */ |