1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

AK: Stop exporting AK::Duration into the global namespace

This has conflicts with MacTypes.h from the Apple macOS SDKs, which
becomes a huge problem when trying to interact with system clang modules
This commit is contained in:
Andrew Kaster 2024-07-16 23:47:22 -06:00 committed by Sam Atkins
parent 5ace53c96f
commit bf600c8e1d
Notes: sideshowbarker 2024-07-18 23:46:31 +09:00
3 changed files with 2 additions and 2 deletions

View file

@ -157,7 +157,6 @@ using AK::CountingStream;
using AK::DeprecatedFlyString;
using AK::DeprecatedStringCodePointIterator;
using AK::DoublyLinkedList;
using AK::Duration;
using AK::Error;
using AK::ErrorOr;
using AK::FixedArray;