mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -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 __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__
|
||||
|
||||
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user