kernel: Move convertutf to utils.
No functional change.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "convertutf.h"
|
#include <util/convertutf.h>
|
||||||
|
|
||||||
#include "Inode.h"
|
#include "Inode.h"
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include <Errors.h>
|
#include <Errors.h>
|
||||||
|
|
||||||
#include "convertutf.h"
|
#include <util/convertutf.h>
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
|
|||||||
@@ -28,7 +28,6 @@ KernelMergeObject kernel_core.o :
|
|||||||
boot_splash.cpp
|
boot_splash.cpp
|
||||||
commpage.cpp
|
commpage.cpp
|
||||||
condition_variable.cpp
|
condition_variable.cpp
|
||||||
convertutf.cpp
|
|
||||||
cpu.cpp
|
cpu.cpp
|
||||||
DPC.cpp
|
DPC.cpp
|
||||||
elf.cpp
|
elf.cpp
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ UsePrivateHeaders [ FDirName kernel util ] ;
|
|||||||
KernelMergeObject kernel_util.o :
|
KernelMergeObject kernel_util.o :
|
||||||
AVLTreeBase.cpp
|
AVLTreeBase.cpp
|
||||||
Bitmap.cpp
|
Bitmap.cpp
|
||||||
|
convertutf.cpp
|
||||||
hostname.cpp
|
hostname.cpp
|
||||||
inet_addr.c
|
inet_addr.c
|
||||||
inet_ntop.c
|
inet_ntop.c
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include "convertutf.h"
|
#include <util/convertutf.h>
|
||||||
|
|
||||||
|
|
||||||
#include <ByteOrder.h>
|
#include <ByteOrder.h>
|
||||||
Reference in New Issue
Block a user