Commit 345b6307 by Vicent Marti

windows: Require order

parent 53d712dc
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "path.h" #include "path.h"
#include "posix.h" #include "posix.h"
#ifdef GIT_WIN32 #ifdef GIT_WIN32
#include "win32/dir.h"
#include "win32/posix.h" #include "win32/posix.h"
#else #else
#include <dirent.h> #include <dirent.h>
......
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
* a Linking Exception. For full terms see the included COPYING file. * a Linking Exception. For full terms see the included COPYING file.
*/ */
#define GIT__WIN32_NO_WRAP_DIR #define GIT__WIN32_NO_WRAP_DIR
#include "dir.h" #include "posix.h"
#include "utf-conv.h"
static int init_filter(char *filter, size_t n, const char *dir) static int init_filter(char *filter, size_t n, const char *dir)
{ {
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "common.h" #include "common.h"
#include "utf-conv.h" #include "utf-conv.h"
#include "dir.h"
GIT_INLINE(int) p_link(const char *old, const char *new) GIT_INLINE(int) p_link(const char *old, const char *new)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment