]> git.lyx.org Git - lyx.git/blobdiff - src/format.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / format.C
index a7051ac443b202b3110210edeb399366144a4e65..9404be7726d0a298714d01e2b15b53c49b947489 100644 (file)
@@ -8,8 +8,10 @@
  * Full author contact details are available in file CREDITS
  */
 
-#include "config.h"
+#include <config.h>
+
 #include "format.h"
+#include "buffer.h"
 #include "lyxrc.h"
 #include "debug.h"
 #include "lyx_cb.h" // for ShowMessage() ... to be removed?
 
 #include "frontends/Alert.h" //to be removed?
 
+#include "support/lstrings.h"
 #include "support/filetools.h"
 #include "support/path.h"
 #include "support/systemcall.h"
 #include "support/lyxfunctional.h"
 
+using namespace lyx::support;
 
 
 namespace {