kernel: Move convertutf to utils.

No functional change.
This commit is contained in:
Augustin Cavalier
2025-03-12 08:26:19 -04:00
parent a97c4affc9
commit 70c25855f4
6 changed files with 4 additions and 4 deletions
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include "convertutf.h"
#include <util/convertutf.h>
#include "Inode.h"
@@ -18,7 +18,7 @@
#include <Errors.h>
#include "convertutf.h"
#include <util/convertutf.h>
status_t
-1
View File
@@ -28,7 +28,6 @@ KernelMergeObject kernel_core.o :
boot_splash.cpp
commpage.cpp
condition_variable.cpp
convertutf.cpp
cpu.cpp
DPC.cpp
elf.cpp
+1
View File
@@ -5,6 +5,7 @@ UsePrivateHeaders [ FDirName kernel util ] ;
KernelMergeObject kernel_util.o :
AVLTreeBase.cpp
Bitmap.cpp
convertutf.cpp
hostname.cpp
inet_addr.c
inet_ntop.c
@@ -10,7 +10,7 @@
*/
#include "convertutf.h"
#include <util/convertutf.h>
#include <ByteOrder.h>