diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common.h | 4 | ||||
-rw-r--r-- | src/unix/map.c (renamed from src/map_posix.c) | 0 | ||||
-rw-r--r-- | src/win32/mingw-compat.h (renamed from src/mingw-compat.h) | 0 | ||||
-rw-r--r-- | src/win32/msvc-compat.h (renamed from src/msvc-compat.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index b6d8ae3a4..e1e7f0035 100644 --- a/src/common.h +++ b/src/common.h @@ -23,8 +23,8 @@ # include <io.h> # include <direct.h> # include <windows.h> -# include "msvc-compat.h" -# include "mingw-compat.h" +# include "win32/msvc-compat.h" +# include "win32/mingw-compat.h" # ifdef GIT_THREADS # include "win32/pthread.h" #endif diff --git a/src/map_posix.c b/src/unix/map.c index 1f50bcf2e..1f50bcf2e 100644 --- a/src/map_posix.c +++ b/src/unix/map.c diff --git a/src/mingw-compat.h b/src/win32/mingw-compat.h index 64d780b16..64d780b16 100644 --- a/src/mingw-compat.h +++ b/src/win32/mingw-compat.h diff --git a/src/msvc-compat.h b/src/win32/msvc-compat.h index df3e62d11..df3e62d11 100644 --- a/src/msvc-compat.h +++ b/src/win32/msvc-compat.h |