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