]> git.lyx.org Git - lyx.git/blobdiff - src/format.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / format.h
index a14909f23ceb05a12e78c84ff879a181d1b36279..da7c0e3cc4fcb0c31954e4a621ed6c6839f3e8f6 100644 (file)
 
 
 
-#include "buffer.h"
 #include "LString.h"
-#include "support/lstrings.h"
 
 #include <vector>
 
-string const papersize(Buffer const * buffer) ;
+class Buffer;
 
 class Format {
 public: