Removed the parent directory from the header directories again. Instead
include the respective headers explicitly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c12690b58a
commit
3b8f138f43
@ -3,7 +3,7 @@
|
||||
#ifndef USERLAND_FS_HAIKU_KERNEL_FILE_SYSTEM_H
|
||||
#define USERLAND_FS_HAIKU_KERNEL_FILE_SYSTEM_H
|
||||
|
||||
#include "FileSystem.h"
|
||||
#include "../FileSystem.h"
|
||||
|
||||
struct file_system_module_info;
|
||||
|
||||
|
@ -8,7 +8,9 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "Debug.h"
|
||||
#include "kernel_emu.h"
|
||||
|
||||
#include "../kernel_emu.h"
|
||||
|
||||
#include "HaikuKernelNode.h"
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <fs_interface.h>
|
||||
|
||||
#include "Volume.h"
|
||||
#include "../Volume.h"
|
||||
|
||||
namespace UserlandFS {
|
||||
|
||||
|
@ -7,7 +7,6 @@ local userlandFSIncludes = [ PrivateHeaders userlandfs ] ;
|
||||
SubDirSysHdrs [ FDirName $(userlandFSIncludes) ] ;
|
||||
SubDirHdrs [ FDirName $(userlandFSIncludes) private ] ;
|
||||
SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
|
||||
UsePrivateSystemHeaders ;
|
||||
UsePrivateHeaders libroot ;
|
||||
|
@ -10,9 +10,11 @@
|
||||
#include <NodeMonitor.h>
|
||||
|
||||
#include "Debug.h"
|
||||
|
||||
#include "../kernel_emu.h"
|
||||
|
||||
#include "HaikuKernelNode.h"
|
||||
#include "HaikuKernelVolume.h"
|
||||
#include "kernel_emu.h"
|
||||
#include "vfs.h"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user