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:
@@ -3,7 +3,7 @@
|
|||||||
#ifndef USERLAND_FS_HAIKU_KERNEL_FILE_SYSTEM_H
|
#ifndef USERLAND_FS_HAIKU_KERNEL_FILE_SYSTEM_H
|
||||||
#define 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;
|
struct file_system_module_info;
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,9 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "Debug.h"
|
#include "Debug.h"
|
||||||
#include "kernel_emu.h"
|
|
||||||
|
#include "../kernel_emu.h"
|
||||||
|
|
||||||
#include "HaikuKernelNode.h"
|
#include "HaikuKernelNode.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <fs_interface.h>
|
#include <fs_interface.h>
|
||||||
|
|
||||||
#include "Volume.h"
|
#include "../Volume.h"
|
||||||
|
|
||||||
namespace UserlandFS {
|
namespace UserlandFS {
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ local userlandFSIncludes = [ PrivateHeaders userlandfs ] ;
|
|||||||
SubDirSysHdrs [ FDirName $(userlandFSIncludes) ] ;
|
SubDirSysHdrs [ FDirName $(userlandFSIncludes) ] ;
|
||||||
SubDirHdrs [ FDirName $(userlandFSIncludes) private ] ;
|
SubDirHdrs [ FDirName $(userlandFSIncludes) private ] ;
|
||||||
SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
|
SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
|
||||||
|
|
||||||
UsePrivateSystemHeaders ;
|
UsePrivateSystemHeaders ;
|
||||||
UsePrivateHeaders libroot ;
|
UsePrivateHeaders libroot ;
|
||||||
|
|||||||
@@ -10,9 +10,11 @@
|
|||||||
#include <NodeMonitor.h>
|
#include <NodeMonitor.h>
|
||||||
|
|
||||||
#include "Debug.h"
|
#include "Debug.h"
|
||||||
|
|
||||||
|
#include "../kernel_emu.h"
|
||||||
|
|
||||||
#include "HaikuKernelNode.h"
|
#include "HaikuKernelNode.h"
|
||||||
#include "HaikuKernelVolume.h"
|
#include "HaikuKernelVolume.h"
|
||||||
#include "kernel_emu.h"
|
|
||||||
#include "vfs.h"
|
#include "vfs.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user