X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextCache.h;h=73bdf8f33a5d5aa321969e2fcb778b8ab72bdf72;hb=c544107e324090c6eafb4c56749da2624b9b1122;hp=32036e71cf76c8083a59bb93ef4059ba4d24c540;hpb=99d1627a471b92f403598d03dfc861ddc3c11be0;p=lyx.git diff --git a/src/TextCache.h b/src/TextCache.h index 32036e71cf..73bdf8f33a 100644 --- a/src/TextCache.h +++ b/src/TextCache.h @@ -15,12 +15,12 @@ #define TEXT_CACHE_H #include "LString.h" -#include "lyxtext.h" -#include "buffer.h" #include #include +class Buffer; +class LyXText; // This is only the very first implemetation and use of the TextCache, // operations on it needs to be put into a class or a namespace, that part