mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Clean include guards in OpenSpace core
Remove unused files
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __CONFIGURATIONMANAGER_H__
|
||||
#define __CONFIGURATIONMANAGER_H__
|
||||
#ifndef __OPENSPACE_CORE___CONFIGURATIONMANAGER___H__
|
||||
#define __OPENSPACE_CORE___CONFIGURATIONMANAGER___H__
|
||||
|
||||
#include <openspace/documentation/documentation.h>
|
||||
|
||||
@@ -167,4 +167,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __CONFIGURATIONMANAGER_H__
|
||||
#endif // __OPENSPACE_CORE___CONFIGURATIONMANAGER___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __DOWNLOADMANAGER_H__
|
||||
#define __DOWNLOADMANAGER_H__
|
||||
#ifndef __OPENSPACE_CORE___DOWNLOADMANAGER___H__
|
||||
#define __OPENSPACE_CORE___DOWNLOADMANAGER___H__
|
||||
|
||||
#include <ghoul/filesystem/file.h>
|
||||
#include <ghoul/filesystem/directory.h>
|
||||
@@ -119,4 +119,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __DOWNLOADMANAGER_H__
|
||||
#endif // __OPENSPACE_CORE___DOWNLOADMANAGER___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __LOGFACTORY_H__
|
||||
#define __LOGFACTORY_H__
|
||||
#ifndef __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
#define __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -55,4 +55,4 @@ std::unique_ptr<ghoul::logging::Log> createLog(const ghoul::Dictionary& dictiona
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __LOGFACTORY_H__
|
||||
#endif // __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __MODULEENGINE_H__
|
||||
#define __MODULEENGINE_H__
|
||||
#ifndef __OPENSPACE_CORE___MODULEENGINE___H__
|
||||
#define __OPENSPACE_CORE___MODULEENGINE___H__
|
||||
|
||||
#include <openspace/util/openspacemodule.h>
|
||||
#include <openspace/scripting/scriptengine.h>
|
||||
@@ -96,4 +96,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __MODULEENGINE_H__
|
||||
#endif // __OPENSPACE_CORE___MODULEENGINE___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __OPENSPACEENGINE_H__
|
||||
#define __OPENSPACEENGINE_H__
|
||||
#ifndef __OPENSPACE_CORE___OPENSPACEENGINE___H__
|
||||
#define __OPENSPACE_CORE___OPENSPACEENGINE___H__
|
||||
|
||||
#include <openspace/util/keys.h>
|
||||
#include <openspace/util/mouse.h>
|
||||
@@ -185,6 +185,6 @@ private:
|
||||
|
||||
#define OsEng (openspace::OpenSpaceEngine::ref())
|
||||
|
||||
} // namespace openspace
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACEENGINE_H__
|
||||
#endif // __OPENSPACE_CORE___OPENSPACEENGINE___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SETTINGSENGINE_H__
|
||||
#define __SETTINGSENGINE_H__
|
||||
#ifndef __OPENSPACE_CORE___SETTINGSENGINE___H__
|
||||
#define __OPENSPACE_CORE___SETTINGSENGINE___H__
|
||||
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
|
||||
@@ -69,4 +69,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif //#ifndef __SETTINGSENGINE_H__
|
||||
#endif // __OPENSPACE_CORE___SETTINGSENGINE___H__
|
||||
|
||||
@@ -22,14 +22,12 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SYNCENGINE_H__
|
||||
#define __SYNCENGINE_H__
|
||||
|
||||
#ifndef __OPENSPACE_CORE___SYNCENGINE___H__
|
||||
#define __OPENSPACE_CORE___SYNCENGINE___H__
|
||||
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
|
||||
namespace openspace {
|
||||
|
||||
class Syncable;
|
||||
@@ -103,4 +101,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif //#ifndef __SYNCENGINE_H__
|
||||
#endif // __OPENSPACE_CORE___SYNCENGINE___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SGCTWINDOWWRAPPER_H__
|
||||
#define __SGCTWINDOWWRAPPER_H__
|
||||
#ifndef __OPENSPACE_CORE___SGCTWINDOWWRAPPER___H__
|
||||
#define __OPENSPACE_CORE___SGCTWINDOWWRAPPER___H__
|
||||
|
||||
#include <openspace/engine/wrapper/windowwrapper.h>
|
||||
|
||||
@@ -75,4 +75,4 @@ public:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SGCTWINDOWWRAPPER_H__
|
||||
#endif // __OPENSPACE_CORE___SGCTWINDOWWRAPPER___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __WINDOWWRAPPER_H__
|
||||
#define __WINDOWWRAPPER_H__
|
||||
#ifndef __OPENSPACE_CORE___WINDOWWRAPPER___H__
|
||||
#define __OPENSPACE_CORE___WINDOWWRAPPER___H__
|
||||
|
||||
#include <ghoul/glm.h>
|
||||
#include <ghoul/misc/exception.h>
|
||||
@@ -258,4 +258,4 @@ public:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // _WINDOW_H__
|
||||
#endif // __OPENSPACE_CORE___WINDOWWRAPPER___H__
|
||||
|
||||
Reference in New Issue
Block a user