]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / TextCache.h
index 410e94eafc2e268cfc0ae096ce0af16ee939e6b3..73bdf8f33a5d5aa321969e2fcb778b8ab72bdf72 100644 (file)
 #ifndef TEXT_CACHE_H
 #define TEXT_CACHE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #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