]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.h
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / lyxrc.h
index d4f053a978b8dcbd2a922c09015846993f1b0d74..d477b2a33f9c4ab44f0280e948fc278f31c6acd8 100644 (file)
@@ -16,8 +16,9 @@
 #pragma interface
 #endif
 
-#include "bufferparams.h"
-#include <boost/utility.hpp>
+#include "bufferparams.h" // Just to get the enum BufferParams::PAPER_SIZE (sic)
+
+// #include <boost/utility.hpp>
 
 /// This contains the runtime configuration of LyX
 class LyXRC //: public noncopyable {