]> git.lyx.org Git - lyx.git/blobdiff - src/TextCache.h
More ascii-export fixes and when making copy of single tabular cells now the
[lyx.git] / src / TextCache.h
index d09559b9ca1c69129d80365cef7f19781c5ec189..93df369bb05498b8c4fde5eff392090d39e8996e 100644 (file)
 #pragma interface
 #endif
 
-#include <iosfwd>
-#include <map>
-
 #include "LString.h"
 #include "lyxtext.h"
 #include "buffer.h"
 
+#include <iosfwd>
+#include <map>
+
+
 // 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
 // is _NOT_ finished so don't bother to come with too many comments on it