Move <directories.h> to headers/private/system
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
* Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
|
* Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _LIBROOT_DIRECTORIES_H
|
#ifndef _SYSTEM_DIRECTORIES_H
|
||||||
#define _LIBROOT_DIRECTORIES_H
|
#define _SYSTEM_DIRECTORIES_H
|
||||||
|
|
||||||
|
|
||||||
#define kGlobalBinDirectory "/bin"
|
#define kGlobalBinDirectory "/bin"
|
||||||
@@ -65,4 +65,4 @@
|
|||||||
#define kUserNonpackagedLibDirectory "/boot/home/config/non-packaged/lib"
|
#define kUserNonpackagedLibDirectory "/boot/home/config/non-packaged/lib"
|
||||||
|
|
||||||
|
|
||||||
#endif // _LIBROOT_DIRECTORIES_H
|
#endif // _SYSTEM_DIRECTORIES_H
|
||||||
@@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <directories.h>
|
|
||||||
#include <fs_info.h>
|
#include <fs_info.h>
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
|
|
||||||
#include <boot/kernel_args.h>
|
#include <boot/kernel_args.h>
|
||||||
|
#include <directories.h>
|
||||||
#include <disk_device_manager/KDiskDevice.h>
|
#include <disk_device_manager/KDiskDevice.h>
|
||||||
#include <disk_device_manager/KDiskDeviceManager.h>
|
#include <disk_device_manager/KDiskDeviceManager.h>
|
||||||
#include <disk_device_manager/KPartitionVisitor.h>
|
#include <disk_device_manager/KPartitionVisitor.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user