]> git.lyx.org Git - features.git/commitdiff
start lyx namespace after header files
authorJoost Verburg <joostverburg@users.sourceforge.net>
Fri, 3 Nov 2006 12:36:51 +0000 (12:36 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Fri, 3 Nov 2006 12:36:51 +0000 (12:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15709 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/mkdir.C

index e9b77ac733efcd022aa5c515a7edb4bc8b52abaa..a667e4fc913c10753765d3a0de16ce08a48b7978 100644 (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 ??