]> git.lyx.org Git - lyx.git/blobdiff - src/format.h
"Inter-word Space"
[lyx.git] / src / format.h
index a14909f23ceb05a12e78c84ff879a181d1b36279..e5e62cf9c1d44b3626cee7dee73e8118f313f85b 100644 (file)
 
 
 
-#include "buffer.h"
 #include "LString.h"
-#include "support/lstrings.h"
 
 #include <vector>
 
+class Buffer;
+
 string const papersize(Buffer const * buffer) ;
 
 class Format {