]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
fix compilation on F13 and binutils/gold by rewriting specialized X11 code
[lyx.git] / src / LayoutFile.cpp
index 6471f726aeaa774ff3cfcd787991ac92bf3afc50..8891969faa4a1d0dda015fe7b48ab465dcfbbfb8 100644 (file)
@@ -27,7 +27,7 @@
 #include "support/lassert.h"
 #include "support/lstrings.h"
 
-#include <boost/bind.hpp>
+#include "support/bind.h"
 #include <boost/regex.hpp>
 
 #include <fstream>
@@ -37,7 +37,7 @@ using namespace lyx::support;
 
 namespace lyx {
 
-using boost::bind;
+
 using boost::regex;
 using boost::smatch;