Skip to content

Commit da40981

Browse files
committed
fix case in #include
1 parent 29f3afe commit da40981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/RenderingExamples/DynamicTexturedCubeDemo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "../CommonInterfaces/CommonRenderInterface.h"
88
#include "../CommonInterfaces/CommonExampleInterface.h"
99
#include "../CommonInterfaces/CommonGUIHelperInterface.h"
10-
#include "GwenGuiSupport/GraphingTexture.h"
10+
#include "GwenGUISupport/GraphingTexture.h"
1111

1212
#include "../CommonInterfaces/Common2dCanvasInterface.h"
1313
#include "../RenderingExamples/TimeSeriesCanvas.h"

examples/RenderingExamples/TinyVRGui.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "TinyVRGui.h"
22
#include "../CommonInterfaces/CommonGUIHelperInterface.h"
3-
#include "../ExampleBrowser/GwenGuiSupport/GraphingTexture.h"
3+
#include "../ExampleBrowser/GwenGUISupport/GraphingTexture.h"
44

55
#include "../CommonInterfaces/Common2dCanvasInterface.h"
66
#include "../RenderingExamples/TimeSeriesCanvas.h"

0 commit comments

Comments
 (0)