]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
update SCons
[lyx.git] / src / LayoutFile.cpp
index 8891969faa4a1d0dda015fe7b48ab465dcfbbfb8..6f80c957968b3f1a992595a3042670b0fbeb297b 100644 (file)
@@ -28,7 +28,7 @@
 #include "support/lstrings.h"
 
 #include "support/bind.h"
-#include <boost/regex.hpp>
+#include "support/regex.h"
 
 #include <fstream>
 
@@ -38,8 +38,6 @@ using namespace lyx::support;
 namespace lyx {
 
 
-using boost::regex;
-using boost::smatch;
 
 LayoutFile::LayoutFile(string const & fn, string const & cln,
                           string const & desc, string const & prereq,