mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Fix capitalization of includes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user