]> git.lyx.org Git - features.git/commitdiff
Don't include files inside the lyx namespace (compile fix for gcc 3.2)
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Feb 2007 12:21:56 +0000 (12:21 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Feb 2007 12:21:56 +0000 (12:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17254 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/chdir.C

index 6ac268772c18610afc0ec2ee766bb61219f863eb..e37d9cafbed4615bd0a208ca9f06c9d51243162c 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "support/filename.h"
 
-
-namespace lyx {
-
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
@@ -25,6 +22,9 @@ namespace lyx {
 # include <windows.h>
 #endif
 
+
+namespace lyx {
+
 int support::chdir(FileName const & name)
 {
 #ifdef _WIN32