]> git.lyx.org Git - lyx.git/blobdiff - src/Format.h
remove most traces of boost::regex
[lyx.git] / src / Format.h
index 495d9b1c8ba811df20ece3e526dd7385c787038b..75a60fe3d59b13c0b9c4a0599e5ffe230c430b3c 100644 (file)
 #ifndef FORMAT_H
 #define FORMAT_H
 
-#include "support/docstring.h"
-#include "support/trivstring.h"
-
 #include "OutputParams.h"
 
+#include "support/strfwd.h"
+#include "support/trivstring.h"
+
 #include <vector>
 
 namespace lyx {