mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 22:39:09 -05:00
Moving includes to cpp, removing unused logmanager
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user