From 6a76959f5b8ec28a9119cc1dd6db95271d2cbdaf Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 6 Jan 2018 21:20:45 -0800 Subject: [PATCH] "s, s oh my... --- scripts/adjust_header_paths.sh | 2 +- tools/assimp_view/Material.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/adjust_header_paths.sh b/scripts/adjust_header_paths.sh index 96a009c8a..7c3bb376a 100644 --- a/scripts/adjust_header_paths.sh +++ b/scripts/adjust_header_paths.sh @@ -34,5 +34,5 @@ declare -a headers=("fast_atof.h" for i in "${headers[@]}" do - find . -type f -exec sed -i "s,\"$i\",,g" {} \; + find . -type f -exec sed -i "s,<../code/$i>,,g" {} \; done diff --git a/tools/assimp_view/Material.cpp b/tools/assimp_view/Material.cpp index 14f5f7447..f04ea28eb 100644 --- a/tools/assimp_view/Material.cpp +++ b/tools/assimp_view/Material.cpp @@ -53,7 +53,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include #include -#include <../code/StringComparison.h> +#include #include #include