]> git.lyx.org Git - lyx.git/blobdiff - src/VCBackend.cpp
Workaround for #6865: smarter FontList::setMisspelled implementation
[lyx.git] / src / VCBackend.cpp
index 10caca593000577c21277389b894fbf45f8478f8..390b3ce4e5c3694dad4061d8930bb8f75f2202ec 100644 (file)
 #include "support/lstrings.h"
 #include "support/Path.h"
 #include "support/Systemcall.h"
-
-#include <boost/regex.hpp>
+#include "support/regex.h"
 
 #include <fstream>
 
 using namespace std;
 using namespace lyx::support;
 
-using boost::regex;
-using boost::regex_match;
-using boost::smatch;
+
 
 namespace lyx {