Remove Globebrowsing restrictions from InteractionHandler header file

This commit is contained in:
Alexander Bock
2016-08-29 00:56:28 +02:00
parent 227554ce40
commit be67131c33
2 changed files with 3 additions and 3 deletions

View File

@@ -31,15 +31,14 @@
#include <openspace/util/mouse.h>
#include <openspace/util/keys.h>
#include <modules/globebrowsing/globes/renderableglobe.h>
#include <list>
namespace openspace {
class Camera;
class SceneGraphNode;
class RenderableGlobe;
namespace interaction {

View File

@@ -35,6 +35,7 @@
#include <glm/gtx/quaternion.hpp>
#include <modules/globebrowsing/globes/renderableglobe.h>
namespace {