summaryrefslogtreecommitdiff
path: root/tests/test_helpers.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-12-03 22:22:10 +0200
committerVicent Marti <tanoku@gmail.com>2010-12-06 01:14:15 +0200
commitd12299fe22e549a20e632668fdbe13cab9def9df (patch)
tree9d70b6bc154e776c49eaaddd9a66eb97aebab661 /tests/test_helpers.h
parent7d7cd8857a451ff50b126e452bcbdc0fb397db35 (diff)
downloadlibgit2-d12299fe22e549a20e632668fdbe13cab9def9df.tar.gz
Change include structure for the project
The maze with include dependencies has been fixed. There is now a global include: #include <git.h> The git_odb_backend API has been exposed. Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'tests/test_helpers.h')
-rw-r--r--tests/test_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helpers.h b/tests/test_helpers.h
index 7085c645e..d6d32140e 100644
--- a/tests/test_helpers.h
+++ b/tests/test_helpers.h
@@ -27,7 +27,7 @@
#define INCLUDE_test_helpers_h__
#include "test_lib.h"
-#include <git/odb.h>
+#include <git.h>
#define ODB_FOLDER "../resources/testrepo.git/objects/"
#define REPOSITORY_FOLDER "../resources/testrepo.git/"