mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-12 22:39:09 -05: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 __ROTATION_H__
|
||||
#define __ROTATION_H__
|
||||
#ifndef __OPENSPACE_CORE___ROTATION___H__
|
||||
#define __OPENSPACE_CORE___ROTATION___H__
|
||||
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
|
||||
@@ -54,4 +54,4 @@ protected:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __ROTATION_H__
|
||||
#endif // __OPENSPACE_CORE___ROTATION___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCALE_H__
|
||||
#define __SCALE_H__
|
||||
#ifndef __OPENSPACE_CORE___SCALE___H__
|
||||
#define __OPENSPACE_CORE___SCALE___H__
|
||||
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
|
||||
@@ -48,4 +48,4 @@ public:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SCALE_H__
|
||||
#endif // __OPENSPACE_CORE___SCALE___H__
|
||||
|
||||
@@ -22,10 +22,9 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCENE_H__
|
||||
#define __SCENE_H__
|
||||
#ifndef __OPENSPACE_CORE___SCENE___H__
|
||||
#define __OPENSPACE_CORE___SCENE___H__
|
||||
|
||||
// std includes
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <set>
|
||||
@@ -158,4 +157,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SCENE_H__
|
||||
#endif // __OPENSPACE_CORE___SCENE___H__
|
||||
|
||||
@@ -22,11 +22,12 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCENEGRAPH_H__
|
||||
#define __SCENEGRAPH_H__
|
||||
#ifndef __OPENSPACE_CORE___SCENEGRAPH___H__
|
||||
#define __OPENSPACE_CORE___SCENEGRAPH___H__
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace openspace {
|
||||
|
||||
class SceneGraphNode;
|
||||
@@ -71,4 +72,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SCENEGRAPH_H__
|
||||
#endif // __OPENSPACE_CORE___SCENEGRAPH___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __SCENEGRAPHNODE_H__
|
||||
#define __SCENEGRAPHNODE_H__
|
||||
#ifndef __OPENSPACE_CORE___SCENEGRAPHNODE___H__
|
||||
#define __OPENSPACE_CORE___SCENEGRAPHNODE___H__
|
||||
|
||||
// open space includes
|
||||
#include <openspace/documentation/documentation.h>
|
||||
@@ -138,4 +138,4 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __SCENEGRAPHNODE_H__
|
||||
#endif // __OPENSPACE_CORE___SCENEGRAPHNODE___H__
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __TRANSLATION_H__
|
||||
#define __TRANSLATION_H__
|
||||
#ifndef __OPENSPACE_CORE___TRANSLATION___H__
|
||||
#define __OPENSPACE_CORE___TRANSLATION___H__
|
||||
|
||||
#include <openspace/properties/propertyowner.h>
|
||||
|
||||
@@ -58,6 +58,6 @@ protected:
|
||||
std::function<void()> _onParameterChangeCallback;
|
||||
};
|
||||
|
||||
} // namespace openspace
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __TRANSLATION_H__
|
||||
#endif // __OPENSPACE_CORE___TRANSLATION___H__
|
||||
|
||||
Reference in New Issue
Block a user