File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
tools/tool_base/public/ice Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 22// / SPDX-License-Identifier: MIT
33
44#pragma once
5- #include < ice/os.hxx>
65#include < ice/mem_info.hxx>
76#include < ice/mem_utils.hxx>
87#include < ice/mem_memory.hxx>
8+ #include < malloc.h>
9+ #include < new>
910
1011namespace ice
1112{
Original file line number Diff line number Diff line change 22// / SPDX-License-Identifier: MIT
33
44#pragma once
5- #include < ice/os/unix.hxx>
6- #include < ice/os/windows.hxx>
5+ #include < ice/os.hxx>
76#include < ice/path_utils.hxx>
87#include < ice/native_aio.hxx>
98#include < ice/expected.hxx>
Original file line number Diff line number Diff line change 55#include < ice/app_info.hxx>
66#include < ice/mem_allocator_stack.hxx>
77#include < ice/string_utils.hxx>
8+ #include < ice/native_file.hxx>
89
910namespace ice ::app
1011{
Original file line number Diff line number Diff line change 22// / SPDX-License-Identifier: MIT
33
44#pragma once
5- #include < ice/native_file .hxx>
5+ #include < ice/path_utils .hxx>
66
77namespace ice ::app
88{
Original file line number Diff line number Diff line change 44#pragma once
55#include < ice/mem_allocator.hxx>
66#include < ice/module_register.hxx>
7- #include < ice/native_file .hxx>
7+ #include < ice/path_utils .hxx>
88#include < ice/params.hxx>
99#include < ice/tool.hxx>
1010
You can’t perform that action at this time.
0 commit comments