Revert change.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2851 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-10-09 16:28:02 +00:00
parent b31ab56c83
commit 73147465e0
2 changed files with 10 additions and 15 deletions

View File

@ -1,7 +1,3 @@
2001-10-09 Angus Leeming <a.leeming@ic.ac.uk>
* ControlSpellchecker.C: commented out redundant includes.
2001-10-09 Herbert Voss <voss@perce.de> 2001-10-09 Herbert Voss <voss@perce.de>
* ControlTexinfo.[Ch]: new files. Display information about the * ControlTexinfo.[Ch]: new files. Display information about the

View File

@ -17,17 +17,16 @@
#pragma implementation #pragma implementation
#endif #endif
// I think that this is no longer needed (Angus 9 October, 2001). #ifdef HAVE_SYS_SELECT_H
//#ifdef HAVE_SYS_SELECT_H # ifdef HAVE_STRINGS_H
//# ifdef HAVE_STRINGS_H // <strings.h> is needed at least on AIX because FD_ZERO uses bzero().
// // <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 :(
// // BUT we cannot include both string.h and strings.h on Irix 6.5 :( # ifdef _AIX
//# ifdef _AIX # include <strings.h>
//# include <strings.h> # endif
//# endif # endif
//# endif #include <sys/select.h>
//#include <sys/select.h> #endif
//#endif
#include "buffer.h" #include "buffer.h"
#include "lyxrc.h" #include "lyxrc.h"