From 16905976c82c57fdc98a8988392354597f166a12 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 13:12:19 +0000 Subject: improving compilation speed --- yage/core/logger.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'yage/core/logger.h') diff --git a/yage/core/logger.h b/yage/core/logger.h index 76f38641..44c35227 100644 --- a/yage/core/logger.h +++ b/yage/core/logger.h @@ -9,8 +9,6 @@ #ifndef YAGE_CORE_LOGGER_H #define YAGE_CORE_LOGGER_H -#include - #include #include #include @@ -18,6 +16,7 @@ namespace yage { +class Active; class LogMessage; class LogSink; -- cgit From c60164953dd6a4ee485c42211a3bcf8ee9eba06f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 20 Dec 2017 14:38:14 +0000 Subject: Fixed license headers --- yage/core/logger.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yage/core/logger.h') diff --git a/yage/core/logger.h b/yage/core/logger.h index 44c35227..95af73b0 100644 --- a/yage/core/logger.h +++ b/yage/core/logger.h @@ -1,5 +1,5 @@ -/* ---------------------------------------------------------------------------- - * logger.h +/** --------------------------------------------------------------------------- + * @file: logger.h * * Copyright (c) 2017 Yann Herklotz Grave * MIT License, see LICENSE file for more details. -- cgit