From 13fa26d4f7fe82de53f3cd2e0fc6af59d815531b Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 19 Feb 2007 12:21:56 +0000 Subject: [PATCH] Don't include files inside the lyx namespace (compile fix for gcc 3.2) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17254 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/chdir.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/support/chdir.C b/src/support/chdir.C index 6ac268772c..e37d9cafbe 100644 --- a/src/support/chdir.C +++ b/src/support/chdir.C @@ -14,9 +14,6 @@ #include "support/filename.h" - -namespace lyx { - #ifdef HAVE_UNISTD_H # include #endif @@ -25,6 +22,9 @@ namespace lyx { # include #endif + +namespace lyx { + int support::chdir(FileName const & name) { #ifdef _WIN32 -- 2.39.2