Author: forenr
Date: Wed Sep  7 10:05:44 2011
New Revision: 39628
URL: http://www.lyx.org/trac/changeset/39628

Log:
Leave alone the header and add the include where it is needed.

Modified:
   lyx-devel/trunk/src/Thesaurus.cpp
   lyx-devel/trunk/src/support/mythes/mythes.hxx

Modified: lyx-devel/trunk/src/Thesaurus.cpp
==============================================================================
--- lyx-devel/trunk/src/Thesaurus.cpp   Wed Sep  7 09:57:14 2011        (r39627)
+++ lyx-devel/trunk/src/Thesaurus.cpp   Wed Sep  7 10:05:44 2011        (r39628)
@@ -26,6 +26,7 @@
 #ifdef USE_EXTERNAL_MYTHES
 #include MYTHES_H_LOCATION
 #else
+#include <cstdio>
 #include "support/mythes/mythes.hxx"
 #endif
 

Modified: lyx-devel/trunk/src/support/mythes/mythes.hxx
==============================================================================
--- lyx-devel/trunk/src/support/mythes/mythes.hxx       Wed Sep  7 09:57:14 
2011        (r39627)
+++ lyx-devel/trunk/src/support/mythes/mythes.hxx       Wed Sep  7 10:05:44 
2011        (r39628)
@@ -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

Reply via email to