1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

AK+LibC: Remove AK/Atomic.h includes from our RefPtrs

We don't seem to be using it there.
This commit is contained in:
Jelle Raaijmakers 2023-07-04 10:38:23 +02:00
parent 6b3b056476
commit eacc0bfa02
3 changed files with 1 additions and 2 deletions

View file

@ -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>