X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fformat.C;h=73e037cc309cc0491e3cefdf2c0e3b6e2101f5e8;hb=a9713c5563c924f4ab98bde3d9f24a5c1e4dd50e;hp=4f85ce34e9f8b669ad07b3d10c9162a8ee2332b0;hpb=0e9bd2e87dbf1f2791cead146f114b555d2ca86d;p=lyx.git diff --git a/src/format.C b/src/format.C index 4f85ce34e9..73e037cc30 100644 --- a/src/format.C +++ b/src/format.C @@ -8,8 +8,10 @@ * Full author contact details are available in file CREDITS */ -#include "config.h" +#include + #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"