mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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
This commit is contained in:
parent
e1d4fc9abd
commit
13fa26d4f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user