diff options
| author | Carlos Martín Nieto <carlosmn@github.com> | 2018-05-18 15:16:53 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <carlosmn@github.com> | 2018-05-18 15:16:53 +0200 |
| commit | 177dcfc702bd268a02db1d75c20e70cd3529a3b2 (patch) | |
| tree | 885dbbf27e698b4efc27e1a25bf42b398eef0534 /tests/path | |
| parent | 0aa65f8dbf270d8517703a9a8f63afaf18e0e739 (diff) | |
| download | libgit2-177dcfc702bd268a02db1d75c20e70cd3529a3b2.tar.gz | |
path: hide the dotgit file functions
These can't go into the public API yet as we don't want to introduce API or ABI
changes in a security release.
Diffstat (limited to 'tests/path')
| -rw-r--r-- | tests/path/dotgit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/path/dotgit.c b/tests/path/dotgit.c index 41174b133..7a011d4f6 100644 --- a/tests/path/dotgit.c +++ b/tests/path/dotgit.c @@ -1,8 +1,6 @@ #include "clar_libgit2.h" #include "path.h" -#include "git2/sys/path.h" - static char *gitmodules_altnames[] = { ".gitmodules", |
