@@ -11,11 +11,7 @@
static_assert(false, "This file must only be used for macOS");
#endif
-#define FixedPoint FixedPointMacOS
-#define Duration DurationMacOS
-#include <IOSurface/IOSurface.h>
-#undef FixedPoint
-#undef Duration
+#import <IOSurface/IOSurface.h>
namespace Core {
@@ -7,11 +7,7 @@
#include <AK/OwnPtr.h>
#include <LibCore/MetalContext.h>
-#include <Metal/Metal.h>
+#import <Metal/Metal.h>