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 __MISSION_H__
#define __MISSION_H__
#ifndef __OPENSPACE_CORE___MISSION___H__
#define __OPENSPACE_CORE___MISSION___H__
#include <openspace/documentation/documentation.h>
#include <openspace/util/timerange.h>
@@ -143,4 +143,4 @@ Mission missionFromFile(std::string filename);
} // namespace openspace
#endif // __MISSION_H__
#endif // __OPENSPACE_CORE___MISSION___H__

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __MISSIONMANAGER_H__
#define __MISSIONMANAGER_H__
#ifndef __OPENSPACE_CORE___MISSIONMANAGER___H__
#define __OPENSPACE_CORE___MISSIONMANAGER___H__
#include <openspace/mission/mission.h>
@@ -96,4 +96,4 @@ private:
} // namespace openspace
#endif // __MISSIONMANAGER_H__
#endif // __OPENSPACE_CORE___MISSIONMANAGER___H__