mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Everywhere: Remove all KERNEL #define
s
This commit is contained in:
parent
de99dd2c89
commit
5ca2f4dfd7
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/tcl3
Commit: 5ca2f4dfd7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/195
73 changed files with 116 additions and 808 deletions
|
@ -6,11 +6,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef KERNEL
|
||||
|
||||
# include <AK/ByteString.h>
|
||||
# include <AK/StringView.h>
|
||||
# include <cxxabi.h>
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <cxxabi.h>
|
||||
|
||||
namespace AK {
|
||||
|
||||
|
@ -26,8 +24,6 @@ inline ByteString demangle(StringView name)
|
|||
|
||||
}
|
||||
|
||||
# if USING_AK_GLOBALLY
|
||||
#if USING_AK_GLOBALLY
|
||||
using AK::demangle;
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue