]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.cpp
more
[lyx.git] / src / CutAndPaste.cpp
index 7d8bf1d313d5e5ed649ef9b38e6ff83d49de804c..6d35b0225e84b520891912a4364de9192506a795 100644 (file)
@@ -30,7 +30,6 @@
 #include "LyXFunc.h"
 #include "LyXRC.h"
 #include "Text.h"
-#include "TextClassPtr.h"
 #include "TextClassList.h"
 #include "Paragraph.h"
 #include "paragraph_funcs.h"
@@ -52,6 +51,7 @@
 
 #include <boost/current_function.hpp>
 #include <boost/tuple/tuple.hpp>
+#include <boost/next_prior.hpp>
 
 #include <string>