start lyx namespace after header files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15709 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2006-11-03 12:36:51 +00:00
parent 61849bf291
commit b398d3b02b

View File

@ -19,9 +19,6 @@
# include <sys/types.h>
#endif
#include <fcntl.h>
namespace lyx {
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
@ -32,6 +29,9 @@ namespace lyx {
# include <windows.h>
#endif
namespace lyx {
int lyx::support::mkdir(std::string const & pathname, unsigned long int mode)
{
// FIXME: why don't we have mode_t in lyx::mkdir prototype ??