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/logsink.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yage/core/logsink.h') diff --git a/yage/core/logsink.h b/yage/core/logsink.h index 064abc63..b597fc24 100644 --- a/yage/core/logsink.h +++ b/yage/core/logsink.h @@ -6,9 +6,12 @@ * ---------------------------------------------------------------------------- */ +/// @file + #ifndef YAGE_CORE_LOGSINK_H #define YAGE_CORE_LOGSINK_H +/// @todo remove the include to make compilation faster #include "logmessage.h" #include -- cgit