]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Introducing Font::validate().
[lyx.git] / src / Buffer.h
index 7f3ccd14eb55a91517191e507a270d2e9972354a..7c4fc656a1f03c1bf4f826af0d891f82f93d4ddd 100644 (file)
 #include "insets/InsetCode.h"
 
 #include "support/FileName.h"
-#include "support/limited_stack.h"
-#include "support/types.h"
 #include "support/docstring.h"
 #include "support/docstream.h"
+#include "support/types.h"
 
 #include <iosfwd>
 #include <string>
@@ -29,9 +28,6 @@
 namespace lyx {
 
 class BufferParams;
-// FIXME: Remove!
-class BufferView;
-class Cursor;
 class EmbeddedFiles;
 class ErrorItem;
 class ErrorList;