Commit 33f3a2da authored by hybrid's avatar hybrid

Reorder namespace and include statements.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1654 dfc29bdd-3216-0410-991c-e03cc46cb475
parent df70ce44
......@@ -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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment