Cleanup of license headers

Cleanup of include guards in modules
This commit is contained in:
Alexander Bock
2016-12-09 12:02:16 +01:00
parent 80d806d62c
commit df543f0ec3
136 changed files with 1621 additions and 1556 deletions

View File

@@ -22,8 +22,8 @@
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
****************************************************************************************/
#ifndef __DEBUGGINGMODULE_H__
#define __DEBUGGINGMODULE_H__
#ifndef __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__
#define __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__
#include <openspace/util/openspacemodule.h>
@@ -39,4 +39,4 @@ protected:
} // namespace openspace
#endif // __DEBUGGINGMODULE_H__
#endif // __OPENSPACE_MODULE_BASE___DEBUGGINGMODULE___H__