]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
remove most traces of boost::regex
[lyx.git] / src / LayoutFile.cpp
index 9c76e5bad0c9abaa9355899bcd8b55e151c90144..1ce04aa685974622ddfab01504b53f15047c9be7 100644 (file)
 #include <config.h>
 
 #include "LayoutFile.h"
-#include "Counters.h"
-#include "Floating.h"
-#include "FloatList.h"
 #include "Lexer.h"
 #include "TextClass.h"
 
-#include "frontends/alert.h"
-
 #include "support/debug.h"
 #include "support/FileName.h"
 #include "support/filetools.h"
-#include "support/gettext.h"
 #include "support/lassert.h"
-#include "support/lstrings.h"
 
 #include "support/regex.h"
 #include "support/TempFile.h"