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
150
151
152
153
154
155
156
|
diff --git a/src/OpenColorIO/Config.cpp b/src/OpenColorIO/Config.cpp
index a4cf7c5..db52ddb 100644
--- a/src/OpenColorIO/Config.cpp
+++ b/src/OpenColorIO/Config.cpp
@@ -12,7 +12,7 @@
#include <regex>
#include <functional>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/ConfigUtils.cpp b/src/OpenColorIO/ConfigUtils.cpp
index 0b45b04..0868b01 100644
--- a/src/OpenColorIO/ConfigUtils.cpp
+++ b/src/OpenColorIO/ConfigUtils.cpp
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: BSD-3-Clause
// Copyright Contributors to the OpenColorIO Project.
-#include <pystring.h>
+#include <pystring/pystring.h>
#include "ConfigUtils.h"
#include "MathUtils.h"
diff --git a/src/OpenColorIO/Context.cpp b/src/OpenColorIO/Context.cpp
index 3a1294b..02f0e3e 100644
--- a/src/OpenColorIO/Context.cpp
+++ b/src/OpenColorIO/Context.cpp
@@ -7,7 +7,7 @@
#include <sstream>
#include <string>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/OCIOYaml.cpp b/src/OpenColorIO/OCIOYaml.cpp
index b1cee18..c7d530b 100644
--- a/src/OpenColorIO/OCIOYaml.cpp
+++ b/src/OpenColorIO/OCIOYaml.cpp
@@ -4,7 +4,7 @@
#include <cstring>
#include <unordered_set>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/OCIOZArchive.cpp b/src/OpenColorIO/OCIOZArchive.cpp
index 982fce6..43cb147 100644
--- a/src/OpenColorIO/OCIOZArchive.cpp
+++ b/src/OpenColorIO/OCIOZArchive.cpp
@@ -8,7 +8,7 @@
#include <set>
#include <limits>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/Op.cpp b/src/OpenColorIO/Op.cpp
index 81dfe98..125910d 100755
--- a/src/OpenColorIO/Op.cpp
+++ b/src/OpenColorIO/Op.cpp
@@ -4,7 +4,7 @@
#include <cstring>
#include <sstream>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/PathUtils.cpp b/src/OpenColorIO/PathUtils.cpp
index 3a68d36..ea6c036 100644
--- a/src/OpenColorIO/PathUtils.cpp
+++ b/src/OpenColorIO/PathUtils.cpp
@@ -5,7 +5,7 @@
#include <iostream>
#include <map>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/fileformats/FileFormatCTF.cpp b/src/OpenColorIO/fileformats/FileFormatCTF.cpp
index c9ada57..e440819 100644
--- a/src/OpenColorIO/fileformats/FileFormatCTF.cpp
+++ b/src/OpenColorIO/fileformats/FileFormatCTF.cpp
@@ -6,7 +6,7 @@
#include <fstream>
#include <sstream>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/fileformats/FileFormatDiscreet1DL.cpp b/src/OpenColorIO/fileformats/FileFormatDiscreet1DL.cpp
index 6a76d96..63613dc 100755
--- a/src/OpenColorIO/fileformats/FileFormatDiscreet1DL.cpp
+++ b/src/OpenColorIO/fileformats/FileFormatDiscreet1DL.cpp
@@ -8,7 +8,7 @@
#include <sstream>
#include <iostream>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/fileformats/FileFormatICC.cpp b/src/OpenColorIO/fileformats/FileFormatICC.cpp
index 4768101..16cc9ec 100755
--- a/src/OpenColorIO/fileformats/FileFormatICC.cpp
+++ b/src/OpenColorIO/fileformats/FileFormatICC.cpp
@@ -5,7 +5,7 @@
#include <sstream>
#include <fstream>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/fileformats/FileFormatIridasLook.cpp b/src/OpenColorIO/fileformats/FileFormatIridasLook.cpp
index 0ba209a..c7ec254 100755
--- a/src/OpenColorIO/fileformats/FileFormatIridasLook.cpp
+++ b/src/OpenColorIO/fileformats/FileFormatIridasLook.cpp
@@ -5,7 +5,7 @@
#include <cstring>
#include <iterator>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
diff --git a/src/OpenColorIO/transforms/FileTransform.cpp b/src/OpenColorIO/transforms/FileTransform.cpp
index 33da5f3..7609dda 100755
--- a/src/OpenColorIO/transforms/FileTransform.cpp
+++ b/src/OpenColorIO/transforms/FileTransform.cpp
@@ -9,7 +9,7 @@
#include <iostream>
#include <iterator>
-#include <pystring.h>
+#include <pystring/pystring.h>
#include <OpenColorIO/OpenColorIO.h>
|