mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-21 20:39:08 -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 __LOGFACTORY_H__
|
||||
#define __LOGFACTORY_H__
|
||||
#ifndef __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
#define __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
|
||||
#include <memory>
|
||||
|
||||
@@ -55,4 +55,4 @@ std::unique_ptr<ghoul::logging::Log> createLog(const ghoul::Dictionary& dictiona
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __LOGFACTORY_H__
|
||||
#endif // __OPENSPACE_CORE___LOGFACTORY___H__
|
||||
|
||||
Reference in New Issue
Block a user