From: Angus Leeming Date: Thu, 4 Sep 2003 00:35:07 +0000 (+0000) Subject: Move a #include out of the header file. X-Git-Tag: 1.6.10~16183 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9475f449666e7341bd10fd5a79fee7ac6bf6bbe9;p=features.git Move a #include out of the header file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7654 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index f99f0f46a8..4b1ae0c3f3 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2003-09-04 Angus Leeming + + * LoaderQueue.C (get): + 2003-09-04 Angus Leeming * GraphicsCache.C: @@ -11,6 +15,8 @@ * Previews.h: cleaned up some comments. + * LoaderQueue.[Ch]: move #include "GraphicsCacheItem.h" into the .C file. + 2003-07-26 Jean-Marc Lasgouttes * GraphicsTypes.h: do not declare displayTranstor here (and remove diff --git a/src/graphics/LoaderQueue.C b/src/graphics/LoaderQueue.C index 89df7f2575..c21726d556 100644 --- a/src/graphics/LoaderQueue.C +++ b/src/graphics/LoaderQueue.C @@ -11,6 +11,7 @@ #include #include "LoaderQueue.h" +#include "GraphicsCacheItem.h" #include "debug.h" diff --git a/src/graphics/LoaderQueue.h b/src/graphics/LoaderQueue.h index b63caf5e37..8f886fac91 100644 --- a/src/graphics/LoaderQueue.h +++ b/src/graphics/LoaderQueue.h @@ -22,8 +22,6 @@ #define LOADERQUEUE_H #include "GraphicsCache.h" -#include "GraphicsCacheItem.h" - #include "frontends/Timeout.h" #include