1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:37:47 +00:00

AK: Move clang-specific consumable annotation helpers to Platform.h

This commit is contained in:
Andreas Kling 2019-07-24 08:16:59 +02:00
parent f88c5860df
commit ecc35876af
3 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include <AK/IterationDecision.h>
#include <AK/Platform.h>
#ifdef __serenity__
typedef unsigned char u8;