]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
architectural changes to tex2lyx
[lyx.git] / src / TextCache.h
index 32036e71cf76c8083a59bb93ef4059ba4d24c540..73bdf8f33a5d5aa321969e2fcb778b8ab72bdf72 100644 (file)
 #define TEXT_CACHE_H
 
 #include "LString.h"
-#include "lyxtext.h"
-#include "buffer.h"
 
 #include <iosfwd>
 #include <map>
 
+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