mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -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 __VERIFIER_H__
|
||||
#define __VERIFIER_H__
|
||||
#ifndef __OPENSPACE_CORE___VERIFIER___H__
|
||||
#define __OPENSPACE_CORE___VERIFIER___H__
|
||||
|
||||
#include <openspace/documentation/documentation.h>
|
||||
|
||||
@@ -1141,4 +1141,4 @@ extern template struct DeprecatedVerifier<DoubleVector4Verifier>;
|
||||
|
||||
#include "verifier.inl"
|
||||
|
||||
#endif // __VERIFIER_H__
|
||||
#endif // __OPENSPACE_CORE___VERIFIER___H__
|
||||
|
||||
Reference in New Issue
Block a user