File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11#define USE_THE_REPOSITORY_VARIABLE
22#define DISABLE_SIGN_COMPARE_WARNINGS
33
4- #include "../ git-compat-util.h"
4+ #include "git-compat-util.h"
55#include "win32.h"
66#include <aclapi.h>
77#include <sddl.h>
88#include <conio.h>
99#include <wchar.h>
10- #include "../ strbuf.h"
11- #include "../ run-command.h"
12- #include "../ abspath.h"
13- #include "../ alloc.h"
10+ #include "strbuf.h"
11+ #include "run-command.h"
12+ #include "abspath.h"
13+ #include "alloc.h"
1414#include "win32/lazyload.h"
15- #include "../ config.h"
16- #include "../ environment.h"
17- #include "../ trace2.h"
18- #include "../ symlinks.h"
19- #include "../ wrapper.h"
15+ #include "config.h"
16+ #include "environment.h"
17+ #include "trace2.h"
18+ #include "symlinks.h"
19+ #include "wrapper.h"
2020#include "dir.h"
2121#include "gettext.h"
2222#define SECURITY_WIN32
You can’t perform that action at this time.
0 commit comments