-
Notifications
You must be signed in to change notification settings - Fork 2
/
fix-world-header-path.patch
149 lines (116 loc) · 3.97 KB
/
fix-world-header-path.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
diff --git a/Sources/WorldLib/world/cheaptrick.h b/Sources/WorldLib/world/cheaptrick.h
index 4be503c..b0ac415 100644
--- a/Sources/WorldLib/world/cheaptrick.h
+++ b/Sources/WorldLib/world/cheaptrick.h
@@ -6,7 +6,7 @@
#ifndef WORLD_CHEAPTRICK_H_
#define WORLD_CHEAPTRICK_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/codec.h b/Sources/WorldLib/world/codec.h
index b2e5ac2..d11a82f 100644
--- a/Sources/WorldLib/world/codec.h
+++ b/Sources/WorldLib/world/codec.h
@@ -6,7 +6,7 @@
#ifndef WORLD_CODEC_H_
#define WORLD_CODEC_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/common.h b/Sources/WorldLib/world/common.h
index 9f50256..6350937 100644
--- a/Sources/WorldLib/world/common.h
+++ b/Sources/WorldLib/world/common.h
@@ -6,8 +6,8 @@
#ifndef WORLD_COMMON_H_
#define WORLD_COMMON_H_
-#include "world/fft.h"
-#include "world/macrodefinitions.h"
+#include "fft.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/d4c.h b/Sources/WorldLib/world/d4c.h
index 0e5e68b..a6e31e1 100644
--- a/Sources/WorldLib/world/d4c.h
+++ b/Sources/WorldLib/world/d4c.h
@@ -6,7 +6,7 @@
#ifndef WORLD_D4C_H_
#define WORLD_D4C_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/dio.h b/Sources/WorldLib/world/dio.h
index 87e8156..34d8e9d 100644
--- a/Sources/WorldLib/world/dio.h
+++ b/Sources/WorldLib/world/dio.h
@@ -6,7 +6,7 @@
#ifndef WORLD_DIO_H_
#define WORLD_DIO_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/fft.h b/Sources/WorldLib/world/fft.h
index 1fd829d..3f910df 100644
--- a/Sources/WorldLib/world/fft.h
+++ b/Sources/WorldLib/world/fft.h
@@ -9,7 +9,7 @@
#ifndef WORLD_FFT_H_
#define WORLD_FFT_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/harvest.h b/Sources/WorldLib/world/harvest.h
index 504ac50..fd1828e 100644
--- a/Sources/WorldLib/world/harvest.h
+++ b/Sources/WorldLib/world/harvest.h
@@ -6,7 +6,7 @@
#ifndef WORLD_HARVEST_H_
#define WORLD_HARVEST_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/matlabfunctions.h b/Sources/WorldLib/world/matlabfunctions.h
index 2bc6523..cc21d38 100644
--- a/Sources/WorldLib/world/matlabfunctions.h
+++ b/Sources/WorldLib/world/matlabfunctions.h
@@ -6,8 +6,8 @@
#ifndef WORLD_MATLABFUNCTIONS_H_
#define WORLD_MATLABFUNCTIONS_H_
-#include "world/common.h"
-#include "world/macrodefinitions.h"
+#include "common.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/stonemask.h b/Sources/WorldLib/world/stonemask.h
index de40ea7..54781fb 100644
--- a/Sources/WorldLib/world/stonemask.h
+++ b/Sources/WorldLib/world/stonemask.h
@@ -6,7 +6,7 @@
#ifndef WORLD_STONEMASK_H_
#define WORLD_STONEMASK_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/synthesis.h b/Sources/WorldLib/world/synthesis.h
index 1a3d8e1..582980a 100644
--- a/Sources/WorldLib/world/synthesis.h
+++ b/Sources/WorldLib/world/synthesis.h
@@ -6,7 +6,7 @@
#ifndef WORLD_SYNTHESIS_H_
#define WORLD_SYNTHESIS_H_
-#include "world/macrodefinitions.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS
diff --git a/Sources/WorldLib/world/synthesisrealtime.h b/Sources/WorldLib/world/synthesisrealtime.h
index 05c4ec1..fb7ecfe 100644
--- a/Sources/WorldLib/world/synthesisrealtime.h
+++ b/Sources/WorldLib/world/synthesisrealtime.h
@@ -6,8 +6,8 @@
#ifndef WORLD_SYNTHESISREALTIME_H_
#define WORLD_SYNTHESISREALTIME_H_
-#include "world/common.h"
-#include "world/macrodefinitions.h"
+#include "common.h"
+#include "macrodefinitions.h"
WORLD_BEGIN_C_DECLS