1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09: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
Notes: sideshowbarker 2024-07-19 13:04:47 +09:00
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;