summaryrefslogtreecommitdiff
path: root/src/hashtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hashtable.h')
-rw-r--r--src/hashtable.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hashtable.h b/src/hashtable.h
index cd390b9e9..69535040d 100644
--- a/src/hashtable.h
+++ b/src/hashtable.h
@@ -1,9 +1,9 @@
#ifndef INCLUDE_hashtable_h__
#define INCLUDE_hashtable_h__
-#include "git/common.h"
-#include "git/oid.h"
-#include "git/odb.h"
+#include "git2/common.h"
+#include "git2/oid.h"
+#include "git2/odb.h"
typedef uint32_t (*git_hash_ptr)(const void *);