]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphMetrics.cpp
Get rid of LFUN_LINE_INSERT: we use LFUN_INSET_INSERT "line".
[lyx.git] / src / ParagraphMetrics.cpp
index d0822312fb2b5421d357e38c66c6e9e8e6bf6039..0a90fb69252449976b930bce5b4a54d82ad0bf3b 100644 (file)
@@ -39,7 +39,7 @@
 #include "frontends/FontMetrics.h"
 
 #include "insets/InsetBibitem.h"
-#include "insets/InsetOptArg.h"
+#include "insets/InsetArgument.h"
 
 #include "support/lassert.h"
 #include "support/debug.h"
@@ -47,7 +47,7 @@
 #include "support/lstrings.h"
 #include "support/textutils.h"
 
-#include <boost/bind.hpp>
+#include "support/bind.h"
 #include <boost/crc.hpp>
 
 #include <algorithm>