diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2021-08-25 12:30:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 12:30:06 -0400 |
| commit | efc4e7e56a7b8a406e37ef7b6444996b9e377cc7 (patch) | |
| tree | daacc7828c7270ce400cffd056f23ac4b81e522a /src/win32 | |
| parent | 0850b1722cbd5095aa6f6e307b9c1bac49228d53 (diff) | |
| parent | 991ccdc5bd2f42669389a0cad7c4cb816615da67 (diff) | |
| download | libgit2-efc4e7e56a7b8a406e37ef7b6444996b9e377cc7.tar.gz | |
Merge pull request #5802 from lhchavez/git-warn-unused-result
Introduce GIT_WARN_UNUSED_RESULT
Diffstat (limited to 'src/win32')
| -rw-r--r-- | src/win32/path_w32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win32/path_w32.h b/src/win32/path_w32.h index dab8b96fa..4fadf8d08 100644 --- a/src/win32/path_w32.h +++ b/src/win32/path_w32.h @@ -8,7 +8,6 @@ #define INCLUDE_win32_path_w32_h__ #include "common.h" -#include "vector.h" /** * Create a Win32 path (in UCS-2 format) from a UTF-8 string. If the given |
