From 73147465e08c406b77e99ce18ccd19aeeb2be328 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 9 Oct 2001 16:28:02 +0000 Subject: [PATCH] Revert change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2851 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/ChangeLog | 4 ---- .../controllers/ControlSpellchecker.C | 21 +++++++++---------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/frontends/controllers/ChangeLog b/src/frontends/controllers/ChangeLog index 5abf97c5af..dc34ae4326 100644 --- a/src/frontends/controllers/ChangeLog +++ b/src/frontends/controllers/ChangeLog @@ -1,7 +1,3 @@ -2001-10-09 Angus Leeming - - * ControlSpellchecker.C: commented out redundant includes. - 2001-10-09 Herbert Voss * ControlTexinfo.[Ch]: new files. Display information about the diff --git a/src/frontends/controllers/ControlSpellchecker.C b/src/frontends/controllers/ControlSpellchecker.C index 0ea68ebc95..e724c585b2 100644 --- a/src/frontends/controllers/ControlSpellchecker.C +++ b/src/frontends/controllers/ControlSpellchecker.C @@ -17,17 +17,16 @@ #pragma implementation #endif -// I think that this is no longer needed (Angus 9 October, 2001). -//#ifdef HAVE_SYS_SELECT_H -//# ifdef HAVE_STRINGS_H -// // is needed at least on AIX because FD_ZERO uses bzero(). -// // BUT we cannot include both string.h and strings.h on Irix 6.5 :( -//# ifdef _AIX -//# include -//# endif -//# endif -//#include -//#endif +#ifdef HAVE_SYS_SELECT_H +# ifdef HAVE_STRINGS_H + // is needed at least on AIX because FD_ZERO uses bzero(). + // BUT we cannot include both string.h and strings.h on Irix 6.5 :( +# ifdef _AIX +# include +# endif +# endif +#include +#endif #include "buffer.h" #include "lyxrc.h"