diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |