mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:37:44 +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
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue