mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 21:18:32 -05:00
Cleanup of license headers
Cleanup of include guards in modules
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __GUIHELPCOMPONENT_H__
|
||||
#define __GUIHELPCOMPONENT_H__
|
||||
#ifndef __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__
|
||||
#define __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__
|
||||
|
||||
#include <modules/onscreengui/include/guicomponent.h>
|
||||
|
||||
@@ -40,4 +40,4 @@ public:
|
||||
} // namespace gui
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __GUIHELPCOMPONENT_H__
|
||||
#endif // __OPENSPACE_MODULE_ONSCREENGUI___GUIHELPCOMPONENT___H__
|
||||
|
||||
Reference in New Issue
Block a user