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 1
1
#define USE_THE_REPOSITORY_VARIABLE
2
2
#define DISABLE_SIGN_COMPARE_WARNINGS
3
3
4
- #include "../ git-compat-util.h"
4
+ #include "git-compat-util.h"
5
5
#include "win32.h"
6
6
#include <aclapi.h>
7
7
#include <sddl.h>
8
8
#include <conio.h>
9
9
#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"
14
14
#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"
20
20
#include "dir.h"
21
21
#include "gettext.h"
22
22
#define SECURITY_WIN32
You can’t perform that action at this time.
0 commit comments