summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-05-21 15:36:03 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-05-21 15:36:03 +0300
commit0e04c09d4896fe6ba1431c5383bde24983ed1f1f (patch)
treed1a76ae4b2a788b8662322ab08c4c751bbe5f514 /lib/rpmts_internal.h
parent8cb7b9085c58aff778ecda18d2073af2fa7082df (diff)
downloadrpm-0e04c09d4896fe6ba1431c5383bde24983ed1f1f.tar.gz
Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]
- Besides there not being much point in having a separate source + header for a small single function, this fixes build on case-insensitive systems such as Mac OS X.
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index f70401ae0..b8a22d628 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -4,7 +4,6 @@
#include <rpm/rpmts.h>
#include "lib/rpmal.h" /* XXX availablePackage */
-#include "lib/rpmhash.h" /* XXX hashTable */
#include "lib/fprint.h"
#include "lib/rpmlock.h"