It's now <util/kernel_cpp.h> rather than <kernel_cpp.h>.
Forgot to commit that... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7442 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "Utility.h"
|
||||
#include "Stack.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include <TypeConstants.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Stack.h"
|
||||
#include "bfs_control.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef USER
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "BufferPool.h"
|
||||
#include "Debug.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
|
||||
|
||||
const uint32 kNumBuffers = 8;
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Inode.h"
|
||||
#include "BPlusTree.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include <TypeConstants.h>
|
||||
|
||||
// B_MIME_STRING_TYPE is defined in storage/Mime.h, but we
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Stream.h"
|
||||
#include "Index.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "Inode.h"
|
||||
#include "Debug.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
|
||||
|
||||
Journal::Journal(Volume *volume)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "BPlusTree.h"
|
||||
#include "Index.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include <SupportDefs.h>
|
||||
#include <TypeConstants.h>
|
||||
#include <AppDefs.h>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "Utility.h"
|
||||
#include "Debug.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include "Inode.h"
|
||||
#include "Query.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
#include <KernelExport.h>
|
||||
#include <fs_volume.h>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "Query.h"
|
||||
#include "bfs_control.h"
|
||||
|
||||
#include <kernel_cpp.h>
|
||||
#include <util/kernel_cpp.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user