SymLink.h included kernel_interface.h, which is a private header. Doh!

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@24 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-07-10 01:56:30 +00:00
parent 3b9eae39d5
commit 7e4c96cf79
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -14,7 +14,6 @@
#include <Node.h> #include <Node.h>
#include <StorageDefs.h> #include <StorageDefs.h>
#include "kernel_interface.h"
#ifdef USE_OPENBEOS_NAMESPACE #ifdef USE_OPENBEOS_NAMESPACE
namespace OpenBeOS { namespace OpenBeOS {
+3 -1
View File
@@ -12,8 +12,10 @@
#include <SymLink.h> #include <SymLink.h>
#include <Directory.h> #include <Directory.h>
#include <Entry.h> #include <Entry.h>
#include <Entry.h>
#include <Path.h> #include <Path.h>
#include <storage_support.h> #include "kernel_interface.h"
#include "storage_support.h"
#ifdef USE_OPENBEOS_NAMESPACE #ifdef USE_OPENBEOS_NAMESPACE
namespace OpenBeOS { namespace OpenBeOS {