Moving includes to cpp, removing unused logmanager

This commit is contained in:
Lovisa Hassler
2020-01-10 00:33:55 +01:00
parent 311be5ac6a
commit 18f012dd62
2 changed files with 5 additions and 6 deletions
+5
View File
@@ -24,6 +24,11 @@
#include <modules/vislab/vislabmodule.h>
#include <modules/vislab/rendering/renderabledistancelabel.h>
#include <ghoul/misc/assert.h>
#include <ghoul/misc/templatefactory.h>
#include <openspace/util/factorymanager.h>
namespace openspace {
VisLabModule::VisLabModule() : OpenSpaceModule(Name) {
-6
View File
@@ -27,12 +27,6 @@
#include <openspace/util/openspacemodule.h>
#include <openspace/util/factorymanager.h>
#include <ghoul/misc/assert.h>
#include <ghoul/misc/templatefactory.h>
#include <ghoul/logging/logmanager.h>
#include <modules/vislab/rendering/renderabledistancelabel.h>
namespace openspace {