]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
better latin3&4 support
[lyx.git] / src / bufferlist.h
index 84522215886fc992cb88b1c183cb7f4b4c9f244b..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
@@ -96,7 +99,7 @@ public:
        bool empty() const;
 
        ///
-        bool QwriteAll();
+        bool qwriteAll();
 
        /// Close all open buffers.
        void closeAll();