Clean include guards in OpenSpace core

Remove unused files
This commit is contained in:
Alexander Bock
2016-12-09 13:54:22 +01:00
parent df543f0ec3
commit d139dd2d22
152 changed files with 681 additions and 1681 deletions

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __LUALIBRARY_H__
#define __LUALIBRARY_H__
#ifndef __OPENSPACE_CORE___LUALIBRARY___H__
#define __OPENSPACE_CORE___LUALIBRARY___H__
#include <ghoul/lua/ghoul_lua.h>
@@ -62,4 +62,4 @@ struct LuaLibrary {
} // namespace scripting
} // namespace openspace
#endif // __LUALIBRARY_H__
#endif // __OPENSPACE_CORE___LUALIBRARY___H__

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __SCRIPTENGINE_H__
#define __SCRIPTENGINE_H__
#ifndef __OPENSPACE_CORE___SCRIPTENGINE___H__
#define __OPENSPACE_CORE___SCRIPTENGINE___H__
#include <openspace/scripting/lualibrary.h>
#include <openspace/util/syncdata.h>
@@ -121,11 +121,9 @@ private:
bool _logScripts = true;
std::string _logType;
std::string _logFilename;
};
} // namespace scripting
} // namespace openspace
#endif // __SCRIPTENGINE_H__
#endif // __OPENSPACE_CORE___SCRIPTENGINE___H__

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __SCRIPTSCHEDULER_H__
#define __SCRIPTSCHEDULER_H__
#ifndef __OPENSPACE_CORE___SCRIPTSCHEDULER___H__
#define __OPENSPACE_CORE___SCRIPTSCHEDULER___H__
#include <openspace/documentation/documentation.h>
#include <openspace/scripting/lualibrary.h>
@@ -126,4 +126,4 @@ private:
} // namespace scripting
} // namespace openspace
#endif // __SCRIPTSCHEDULER_H__
#endif // __OPENSPACE_CORE___SCRIPTSCHEDULER___H__