mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 11:50:27 +00:00
windows: Require order
This commit is contained in:
parent
53d712dcb9
commit
345b6307be
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user