Commit 1a8b2922 by Edward Thomson

win32: include correct path header

parent 1217c5b2
......@@ -12,6 +12,7 @@
#include "posix.h"
#include "str.h"
#include "vector.h"
#include "utf8.h"
#include "git2/sys/path.h"
......
......@@ -9,7 +9,7 @@
#include "path_w32.h"
#include "utf-conv.h"
#include "path.h"
#include "fs_path.h"
#define REG_MSYSGIT_INSTALL_LOCAL L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Git_is1"
......
......@@ -7,7 +7,7 @@
#include "path_w32.h"
#include "path.h"
#include "fs_path.h"
#include "utf-conv.h"
#include "posix.h"
#include "reparse.h"
......
......@@ -9,10 +9,9 @@
#include "../posix.h"
#include "../futils.h"
#include "path.h"
#include "fs_path.h"
#include "path_w32.h"
#include "utf-conv.h"
#include "repository.h"
#include "reparse.h"
#include <errno.h>
#include <io.h>
......
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