mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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
This commit is contained in:
parent
3f50312db5
commit
9475f44966
@ -1,3 +1,7 @@
|
||||
2003-09-04 Angus Leeming <angus@localhost.localdomain>
|
||||
|
||||
* LoaderQueue.C (get):
|
||||
|
||||
2003-09-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* 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 <lasgouttes@lyx.org>
|
||||
|
||||
* GraphicsTypes.h: do not declare displayTranstor here (and remove
|
||||
|
@ -11,6 +11,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include "LoaderQueue.h"
|
||||
#include "GraphicsCacheItem.h"
|
||||
|
||||
#include "debug.h"
|
||||
|
||||
|
@ -22,8 +22,6 @@
|
||||
#define LOADERQUEUE_H
|
||||
|
||||
#include "GraphicsCache.h"
|
||||
#include "GraphicsCacheItem.h"
|
||||
|
||||
#include "frontends/Timeout.h"
|
||||
|
||||
#include <set>
|
||||
|
Loading…
Reference in New Issue
Block a user