Reordered includes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25376 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2008-05-08 15:08:30 +00:00
parent 02a3b9ef49
commit 23a60f423e
1 changed files with 4 additions and 3 deletions

View File

@ -5,13 +5,14 @@
/** A simple class wrapping a path. Has a fixed-sized buffer. */
#include <KPath.h>
#include <team.h>
#include <vfs.h>
#include <fs/KPath.h>
#include <stdlib.h>
#include <string.h>
#include <team.h>
#include <vfs.h>
// debugging
#define TRACE(x) ;