]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
hopefully fix tex2lyx linking.
[lyx.git] / src / ispell.C
index 4ed34d48e2ff33a37e99f274b0cea5c7c345f0b3..ab7dfcb89cac694017d7e8c1f1b041f91fa76e28 100644 (file)
@@ -24,9 +24,6 @@
 
 #include "support/forkedcall.h"
 
-
-namespace lyx {
-
 // HP-UX 11.x doesn't have this header
 #ifdef HAVE_SYS_SELECT_H
 # include <sys/select.h>
@@ -35,6 +32,9 @@ namespace lyx {
 # include <sys/time.h>
 #endif
 
+
+namespace lyx {
+
 using boost::shared_ptr;
 
 #ifndef CXX_GLOBAL_CSTD