mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
Everywhere: Remove unnecessary AK and Detail namespace scoping
This commit is contained in:
parent
ae2abcebbb
commit
b8f1e1bed2
Notes:
sideshowbarker
2024-07-17 03:36:18 +09:00
Author: https://github.com/moustafaraafat
Commit: b8f1e1bed2
Pull-request: https://github.com/SerenityOS/serenity/pull/16067
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/linusg
10 changed files with 13 additions and 13 deletions
|
@ -16,7 +16,7 @@ class ByteBuffer;
|
|||
}
|
||||
|
||||
class Bitmap;
|
||||
using ByteBuffer = AK::Detail::ByteBuffer<32>;
|
||||
using ByteBuffer = Detail::ByteBuffer<32>;
|
||||
class Error;
|
||||
class GenericLexer;
|
||||
class IPv4Address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue