diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-11-30 21:09:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 21:09:57 -0500 |
| commit | 6fdb1b2f55da9593576b096ee2eecce61995fb51 (patch) | |
| tree | bfd2ca7930f2643b0ada9b9f4935f832fdf1c18a /src/unix/realpath.c | |
| parent | f9c4dc10d90732cfbe2271dd58b01dd8f4003d15 (diff) | |
| parent | 84083dcc8bd41332ccac9d7b537f3e254d79011c (diff) | |
| download | libgit2-6fdb1b2f55da9593576b096ee2eecce61995fb51.tar.gz | |
Merge pull request #6122 from libgit2/ethomson/cleanup
Minor code cleanups
Diffstat (limited to 'src/unix/realpath.c')
| -rw-r--r-- | src/unix/realpath.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/unix/realpath.c b/src/unix/realpath.c index 893bac87b..f1ca669f7 100644 --- a/src/unix/realpath.c +++ b/src/unix/realpath.c @@ -7,8 +7,6 @@ #include "common.h" -#include "git2/common.h" - #ifndef GIT_WIN32 #include <limits.h> |
