]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.C
bug 183
[lyx.git] / src / CutAndPaste.C
index 40650a530b2ecdf2d5dd5d0f63aa1f4f0f6e333d..da7a4ae9bd2a05b49eec365185033b6ef72085be 100644 (file)
@@ -9,19 +9,21 @@
 
 #include <config.h>
 
+#ifdef __GNUG__
+#pragma implementation
+#endif
+
 #include "CutAndPaste.h"
 #include "BufferView.h"
 #include "buffer.h"
 #include "paragraph.h"
-#include "insets/inseterror.h"
 #include "lyx_gui_misc.h"
 #include "lyxcursor.h"
 #include "gettext.h"
 #include "iterators.h"
+#include "lyxtextclasslist.h"
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
+#include "insets/inseterror.h"
 
 using std::pair;
 using lyx::pos_type;