]> git.lyx.org Git - lyx.git/blobdiff - src/sp_spell.C
Create a grfx::Loader class and so move large chunks of code out of
[lyx.git] / src / sp_spell.C
index 9a41e26f9335182f07bbe7dfe3af23d26b60ad18..0963b46c30e872f6d07ecdc8d66350c4ec1acee4 100644 (file)
@@ -21,7 +21,7 @@
 #include <sys/wait.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <stdio.h>
+#include <cstdio>
 
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
@@ -54,7 +54,6 @@
 #include "sp_ispell.h"
 
 #ifndef CXX_GLOBAL_CSTD
-using std::fdopen;
 using std::strcpy;
 using std::strlen;
 using std::strpbrk;