]> git.lyx.org Git - lyx.git/blobdiff - src/format.C
remove mention of lyxrc from the splash
[lyx.git] / src / format.C
index 4f85ce34e9f8b669ad07b3d10c9162a8ee2332b0..73e037cc309cc0491e3cefdf2c0e3b6e2101f5e8 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?
@@ -18,6 +20,7 @@
 
 #include "frontends/Alert.h" //to be removed?
 
+#include "support/lstrings.h"
 #include "support/filetools.h"
 #include "support/path.h"
 #include "support/systemcall.h"