]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
better latin3&4 support
[lyx.git] / src / bufferlist.h
index 198f46e552d4d15eb1be1a3131e5ab1d5ae61c68..952060507094263bfeb183f3720852d1eafb88d3 100644 (file)
 #pragma interface
 #endif
 
-#include "buffer.h"
-#include "debug.h"
+class Buffer;
+class UpdatableInset;
+#include <vector>
 #include <boost/utility.hpp>
 
+#include "LString.h"
+
 /** A class to hold all the buffers in a structure
   The point of this class is to hide from bufferlist what kind
   of structure the buffers are stored in. Should be no concern for