summaryrefslogtreecommitdiff
path: root/include/filelogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filelogger.h')
-rw-r--r--include/filelogger.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/filelogger.h b/include/filelogger.h
index 739e4d94b..091dc9a03 100644
--- a/include/filelogger.h
+++ b/include/filelogger.h
@@ -18,8 +18,7 @@
*/
-#ifndef FILELOGGER_H
-#define FILELOGGER_H
+#pragma once
#include "logger.h"
@@ -51,6 +50,3 @@ class CoreExport FileLogStream : public LogStream
virtual void OnLog(int loglevel, const std::string &type, const std::string &msg);
};
-
-#endif
-