Fix Include order

This commit is contained in:
2020-02-09 14:09:19 +01:00
parent af86467403
commit 4fbfc18497
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef LOGGER_H
#define LOGGER_H
#ifndef LOGGING_H
#define LOGGING_H
#include <string>
@@ -39,4 +39,4 @@ void Syslog(int level, const char *format, ...);
} // namespace Logging
#endif // LOGGING_LOGGER_H
#endif // LOGGING_H