Remove Dictionary include with forward declarations

This commit is contained in:
Alexander Bock
2017-03-01 19:20:00 -05:00
parent 8fd60ce8e6
commit 4e52f27f9e
21 changed files with 51 additions and 28 deletions
+1
View File
@@ -28,6 +28,7 @@
#include <openspace/util/factorymanager.h>
#include <ghoul/filesystem/cachemanager.h>
#include <ghoul/filesystem/filesystem.h>
#include <ghoul/misc/dictionary.h>
#include <fstream>
+2 -1
View File
@@ -28,7 +28,8 @@
#include <openspace/properties/propertyowner.h>
#include <modules/base/rendering/renderablemodel.h>
#include <ghoul/misc/dictionary.h>
namespace ghoul { class Dictionary; }
namespace openspace {
namespace documentation { struct Documentation; }