summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-11-18 01:43:27 +0100
committerVicent Marti <tanoku@gmail.com>2011-11-18 01:43:27 +0100
commit2cbca8b06cb7cab08d916438a63e19734256b3fa (patch)
tree844059abe4e0fe2d268d1919fd13f32669f103db /include/git2/remote.h
parentd1a721c5953c6eaee52042e6ace57f6d7e2cc4ba (diff)
downloadlibgit2-2cbca8b06cb7cab08d916438a63e19734256b3fa.tar.gz
include: Unify internal include strategies
Do not add the `git2` path to internal includes, or that will cause an extra path dependency.
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index e0be9375..54116c22 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -7,9 +7,9 @@
#ifndef INCLUDE_git_remote_h__
#define INCLUDE_git_remote_h__
-#include "git2/common.h"
-#include "git2/repository.h"
-#include "git2/refspec.h"
+#include "common.h"
+#include "repository.h"
+#include "refspec.h"
/**
* @file git2/remote.h
* @brief Git remote management functions