mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK+LibC: Remove AK/Atomic.h
includes from our RefPtr
s
We don't seem to be using it there.
This commit is contained in:
parent
6b3b056476
commit
eacc0bfa02
Notes:
sideshowbarker
2024-07-17 01:21:02 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/eacc0bfa02 Pull-request: https://github.com/SerenityOS/serenity/pull/19783 Reviewed-by: https://github.com/BertalanD ✅
3 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
#define NONNULLREFPTR_SCRUB_BYTE 0xe1
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Atomic.h>
|
||||
#include <AK/Format.h>
|
||||
#include <AK/Traits.h>
|
||||
#include <AK/Types.h>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#define REFPTR_SCRUB_BYTE 0xe0
|
||||
|
||||
#include <AK/Assertions.h>
|
||||
#include <AK/Atomic.h>
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Format.h>
|
||||
#include <AK/Forward.h>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/Atomic.h>
|
||||
#include <AK/DateConstants.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <AK/Time.h>
|
||||
|
|
Loading…
Reference in a new issue