From da4098166e387999e6946301d4a8b5e456c46223 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Fri, 14 Oct 2016 17:25:52 -0700 Subject: [PATCH] fix case in #include --- examples/RenderingExamples/DynamicTexturedCubeDemo.cpp | 2 +- examples/RenderingExamples/TinyVRGui.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/RenderingExamples/DynamicTexturedCubeDemo.cpp b/examples/RenderingExamples/DynamicTexturedCubeDemo.cpp index a59fc936d..1316663d0 100644 --- a/examples/RenderingExamples/DynamicTexturedCubeDemo.cpp +++ b/examples/RenderingExamples/DynamicTexturedCubeDemo.cpp @@ -7,7 +7,7 @@ #include "../CommonInterfaces/CommonRenderInterface.h" #include "../CommonInterfaces/CommonExampleInterface.h" #include "../CommonInterfaces/CommonGUIHelperInterface.h" -#include "GwenGuiSupport/GraphingTexture.h" +#include "GwenGUISupport/GraphingTexture.h" #include "../CommonInterfaces/Common2dCanvasInterface.h" #include "../RenderingExamples/TimeSeriesCanvas.h" diff --git a/examples/RenderingExamples/TinyVRGui.cpp b/examples/RenderingExamples/TinyVRGui.cpp index c8a86df11..3dfcc0e3d 100644 --- a/examples/RenderingExamples/TinyVRGui.cpp +++ b/examples/RenderingExamples/TinyVRGui.cpp @@ -1,6 +1,6 @@ #include "TinyVRGui.h" #include "../CommonInterfaces/CommonGUIHelperInterface.h" -#include "../ExampleBrowser/GwenGuiSupport/GraphingTexture.h" +#include "../ExampleBrowser/GwenGUISupport/GraphingTexture.h" #include "../CommonInterfaces/Common2dCanvasInterface.h" #include "../RenderingExamples/TimeSeriesCanvas.h"