summaryrefslogtreecommitdiff
path: root/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hash.c')
-rw-r--r--lib/hash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/hash.c b/lib/hash.c
index f6450b6..69329cf 100644
--- a/lib/hash.c
+++ b/lib/hash.c
@@ -16,10 +16,10 @@ You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#include <kpathsea/config.h>
+#include "config.h"
-#include <kpathsea/hash.h>
-#include <kpathsea/str-list.h>
+#include "hash.h"
+#include "str-list.h"
/* The hash function. We go for simplicity here. */