summaryrefslogtreecommitdiff
path: root/include/hash.h
diff options
context:
space:
mode:
authormjflick <mjflick>2004-05-25 06:07:47 +0000
committermjflick <mjflick>2004-05-25 06:07:47 +0000
commit0a8a108f854cf88388f7f78d9174c15c7349b536 (patch)
treefc940d4aedc4fb273b8125698a4ad5b25523174e /include/hash.h
parenta70955c7e511b59ba476979db98f9e2441a391fd (diff)
downloadfontutils-0a8a108f854cf88388f7f78d9174c15c7349b536.tar.gz
removed foreign kpathsea path(s)
Diffstat (limited to 'include/hash.h')
-rw-r--r--include/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hash.h b/include/hash.h
index f9072a7..f56a979 100644
--- a/include/hash.h
+++ b/include/hash.h
@@ -19,8 +19,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#ifndef HASH_H
#define HASH_H
-#include <kpathsea/c-proto.h>
-#include <kpathsea/types.h>
+#include "c-proto.h"
+#include "types.h"
/* A single (key,value) pair. */