]> git.lyx.org Git - features.git/commitdiff
Leave alone the header and add the include where it is needed.
authorEnrico Forestieri <forenr@lyx.org>
Wed, 7 Sep 2011 08:05:44 +0000 (08:05 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 7 Sep 2011 08:05:44 +0000 (08:05 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39628 a592a061-630c-0410-9148-cb99ea01b6c8

src/Thesaurus.cpp
src/support/mythes/mythes.hxx

index 5600e53380120cb83861e54783348b075b576eeb..fcec80bef55aa81afbfdc7c1bd3ef874a3a3266f 100644 (file)
@@ -26,6 +26,7 @@
 #ifdef USE_EXTERNAL_MYTHES
 #include MYTHES_H_LOCATION
 #else
+#include <cstdio>
 #include "support/mythes/mythes.hxx"
 #endif
 
index a58828cbb0d774742f88679ac37815dce7c148ca..489481b3d7a14a467692a2f5cc9d6b56c607cefd 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _MYTHES_HXX_
 #define _MYTHES_HXX_
 
-#include <cstdio>
-
 // some maximum sizes for buffers
 #define MAX_WD_LEN 200
 #define MAX_LN_LEN 16384