]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.cpp
remove most traces of boost::regex
[lyx.git] / src / HunspellChecker.cpp
index 015973e1f43b43825ff2ff0079563b995b661bfe..a85365271a64296af18a31a18ddb69e5cba29940 100644 (file)
 #include "LyXRC.h"
 #include "WordLangTuple.h"
 
-#include "frontends/alert.h"
-
 #include "support/debug.h"
 #include "support/docstring_list.h"
 #include "support/filetools.h"
 #include "support/Package.h"
 #include "support/FileName.h"
-#include "support/gettext.h"
 #include "support/lassert.h"
 #include "support/lstrings.h"
-#include "support/os.h"
 
 #include <hunspell/hunspell.hxx>