Commit 345b6307 by Vicent Marti

windows: Require order

parent 53d712dc
......@@ -8,7 +8,6 @@
#include "path.h"
#include "posix.h"
#ifdef GIT_WIN32
#include "win32/dir.h"
#include "win32/posix.h"
#else
#include <dirent.h>
......
......@@ -5,8 +5,7 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
#define GIT__WIN32_NO_WRAP_DIR
#include "dir.h"
#include "utf-conv.h"
#include "posix.h"
static int init_filter(char *filter, size_t n, const char *dir)
{
......
......@@ -9,6 +9,7 @@
#include "common.h"
#include "utf-conv.h"
#include "dir.h"
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