From 33f3a2da8cc905ba78db5deb98a14ca14bcb5435 Mon Sep 17 00:00:00 2001 From: hybrid Date: Mon, 27 Oct 2008 16:44:19 +0000 Subject: [PATCH] Reorder namespace and include statements. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1654 dfc29bdd-3216-0410-991c-e03cc46cb475 --- source/Irrlicht/CFileList.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/Irrlicht/CFileList.cpp b/source/Irrlicht/CFileList.cpp index adcc4446..cf1fc8aa 100644 --- a/source/Irrlicht/CFileList.cpp +++ b/source/Irrlicht/CFileList.cpp @@ -7,14 +7,8 @@ #include "irrArray.h" #include -namespace irr -{ -namespace io -{ - #if (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_)) #include -#include #include #include @@ -30,6 +24,11 @@ namespace io #endif #endif +namespace irr +{ +namespace io +{ + CFileList::CFileList() {