Reorder namespace and include statements.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1654 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2008-10-27 16:44:19 +00:00
parent df70ce4492
commit 33f3a2da8c
1 changed files with 5 additions and 6 deletions

View File

@ -7,14 +7,8 @@
#include "irrArray.h"
#include <stdlib.h>
namespace irr
{
namespace io
{
#if (defined(_IRR_POSIX_API_) || defined(_IRR_OSX_PLATFORM_))
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
@ -30,6 +24,11 @@ namespace io
#endif
#endif
namespace irr
{
namespace io
{
CFileList::CFileList()
{