Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-11-18 04:43:27 +0400
committerVicent Marti <tanoku@gmail.com>2011-11-18 04:43:27 +0400
commit2cbca8b06cb7cab08d916438a63e19734256b3fa (patch)
tree844059abe4e0fe2d268d1919fd13f32669f103db /include/git2/refspec.h
parentd1a721c5953c6eaee52042e6ace57f6d7e2cc4ba (diff)
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/refspec.h')
-rw-r--r--include/git2/refspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/refspec.h b/include/git2/refspec.h
index eccbeaa7c..0f8b13cec 100644
--- a/include/git2/refspec.h
+++ b/include/git2/refspec.h
@@ -7,7 +7,7 @@
#ifndef INCLUDE_git_refspec_h__
#define INCLUDE_git_refspec_h__
-#include "git2/types.h"
+#include "types.h"
/**
* @file git2/refspec.h