Making most includes in openspaceengine into forward declarations

This commit is contained in:
Alexander Bock
2015-02-17 10:36:18 +01:00
parent 26e69b2b2c
commit 862bfd6947
18 changed files with 245 additions and 213 deletions
+3 -2
View File
@@ -25,15 +25,16 @@
#ifndef __RENDERABLE_H__
#define __RENDERABLE_H__
// openspace
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/scalarproperty.h>
#include <openspace/util/powerscaledscalar.h>
#include <openspace/util/updatestructures.h>
#include <ghoul/opengl/programobject.h>
// Forward declare to minimize dependencies
namespace ghoul {
namespace opengl {
class ProgramObject;
class Texture;
}
class Dictionary;