]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.C
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / LaTeX.C
index 41e7d6149400c25b033ac85e33f2eb87beaaeb75..054a7796a1f0303226765709a58e4dd6dc9a1c9a 100644 (file)
@@ -21,7 +21,6 @@
 #include "LaTeX.h"
 #include "bufferlist.h"
 #include "gettext.h"
-#include "lyx_gui_misc.h"
 #include "lyxfunc.h"
 #include "debug.h"
 #include "support/filetools.h"
@@ -33,6 +32,7 @@
 #include "support/systemcall.h"
 #include "support/os.h"
 #include "support/path.h"
+#include <cstdio>  // sscanf
 
 using std::ifstream;
 using std::getline;