summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/log.h b/src/log.h
index 14e0a560..81e6bc95 100644
--- a/src/log.h
+++ b/src/log.h
@@ -19,8 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LOG_H
-#define LOG_H
+#pragma once
#include <fstream>
@@ -69,5 +68,3 @@ class Logger
};
extern Logger *logger;
-
-#endif