Fix capitalization of includes

This commit is contained in:
Alexander Bock
2017-07-19 16:42:26 -04:00
parent 77b15724b5
commit 669af35b6b
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#ifndef __OPENSPACE_TOUCH___MARKER___H__
#define __OPENSPACE_TOUCH___MARKER___H__
#include <modules/touch/include/TuioEar.h>
#include <modules/touch/include/tuioear.h>
#include <ghoul/opengl/ghoul_gl.h>
#include <openspace/rendering/renderable.h>

View File

@@ -22,7 +22,7 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <modules/touch/include/TouchInteraction.h>
#include <modules/touch/include/touchinteraction.h>
#include <modules/onscreengui/onscreenguimodule.h>
#include <openspace/interaction/orbitalnavigator.h>

View File

@@ -22,7 +22,7 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <modules/touch/include/TouchMarker.h>
#include <modules/touch/include/touchmarker.h>
#include <openspace/engine/openspaceengine.h>
#include <openspace/rendering/renderengine.h>

View File

@@ -22,7 +22,7 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#include <modules/touch/include/TuioEar.h>
#include <modules/touch/include/tuioear.h>
#include <openspace/engine/openspaceengine.h>
#include <openspace/engine/settingsengine.h>