Clean up includes

This commit is contained in:
Emma Broman
2020-09-21 13:49:36 +02:00
parent 64a09b50c3
commit 07520cd270

View File

@@ -25,6 +25,8 @@
#ifndef __OPENSPACE_CORE___TIMEMANAGER___H__
#define __OPENSPACE_CORE___TIMEMANAGER___H__
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/scalar/floatproperty.h>
#include <openspace/util/syncdata.h>
#include <openspace/util/keys.h>
#include <openspace/util/time.h>
@@ -34,14 +36,6 @@
#include <utility>
#include <vector>
#include <deque>
#include <functional>
#include <openspace/util/timeline.h>
#include <openspace/util/time.h>
#include <openspace/util/syncdata.h>
#include <openspace/properties/propertyowner.h>
#include <openspace/properties/scalar/floatproperty.h>
namespace openspace {
struct TimeKeyframeData {