]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutFile.cpp
Try to be more pedantic wrt blank lines in lyx2lyx output
[lyx.git] / src / LayoutFile.cpp
index 9c76e5bad0c9abaa9355899bcd8b55e151c90144..7944ad73a2731c2f00bdf94473c5b43a6ab9e8b0 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"
 
 #include <fstream>
+#include <regex>
 
 using namespace std;
 using namespace lyx::support;