Fix Include order
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
#include <iostream>
|
#include "Logging.h"
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <syslog.h>
|
#include <syslog.h>
|
||||||
#include "Logging.h"
|
#include <iostream>
|
||||||
|
|
||||||
|
|
||||||
namespace Logging {
|
namespace Logging {
|
||||||
|
|||||||
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
#ifndef LOGGER_H
|
#ifndef LOGGING_H
|
||||||
#define LOGGER_H
|
#define LOGGING_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@@ -39,4 +39,4 @@ void Syslog(int level, const char *format, ...);
|
|||||||
|
|
||||||
} // namespace Logging
|
} // namespace Logging
|
||||||
|
|
||||||
#endif // LOGGING_LOGGER_H
|
#endif // LOGGING_H
|
||||||
|
|||||||
Reference in New Issue
Block a user