Move BitUtils.h outside of kernel directory
It is not specific to the kernel Change-Id: I334c39b39d74f61b30215fb5489dec09e318dacd Reviewed-on: https://review.haiku-os.org/c/haiku/+/10049 Tested-by: Commit checker robot <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
committed by
Adrien Destugues
parent
2172f376f8
commit
cf930b7e6c
@@ -11,7 +11,8 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <new>
|
||||
#include <util/BitUtils.h>
|
||||
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
#define TRACE(a...) dprintf("ahci: " a)
|
||||
#define FLOW(a...) dprintf("ahci: " a)
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
|
||||
#include <StackOrHeapArray.h>
|
||||
#include <util/AutoLock.h>
|
||||
#include <util/BitUtils.h>
|
||||
#include <slab/Slab.h>
|
||||
#include <thread.h>
|
||||
#include <vfs.h>
|
||||
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
#include <vm/VMCache.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include "VMAnonymousNoSwapCache.h"
|
||||
|
||||
@@ -11,7 +11,7 @@ extern "C" {
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <util/BitUtils.h>
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
#include <kernel/heap.h>
|
||||
#include <kernel/vm/vm.h>
|
||||
|
||||
@@ -26,11 +26,12 @@
|
||||
#include <elf.h>
|
||||
#include <safemode.h>
|
||||
#include <smp.h>
|
||||
#include <util/BitUtils.h>
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_types.h>
|
||||
#include <vm/VMAddressSpace.h>
|
||||
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
#include <arch_system_info.h>
|
||||
#include <arch/x86/apic.h>
|
||||
#include <boot/kernel_args.h>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <util/BitUtils.h>
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
|
||||
namespace BKernel {
|
||||
|
||||
@@ -47,7 +47,6 @@
|
||||
#include <team.h>
|
||||
#include <tracing.h>
|
||||
#include <util/AutoLock.h>
|
||||
#include <util/BitUtils.h>
|
||||
#include <util/ThreadAutoLock.h>
|
||||
#include <vm/vm_page.h>
|
||||
#include <vm/vm_priv.h>
|
||||
@@ -55,6 +54,8 @@
|
||||
#include <vm/VMArea.h>
|
||||
#include <vm/VMCache.h>
|
||||
|
||||
#include <utils/BitUtils.h>
|
||||
|
||||
#include "VMAddressSpaceLocking.h"
|
||||
#include "VMAnonymousCache.h"
|
||||
#include "VMAnonymousNoSwapCache.h"
|
||||
|
||||
Reference in New Issue
Block a user