From e18d7fed9c1741c2336b78e5cc07d8b2fb4b9be0 Mon Sep 17 00:00:00 2001 From: YellowCat98 Date: Sat, 11 May 2024 15:02:16 +0100 Subject: [PATCH] cocoa is acool name --- src/main.cpp | 2 +- src/mainobj.mm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f085343..7501a01 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include -#include +#include #include "main.hpp" using namespace geode::prelude; diff --git a/src/mainobj.mm b/src/mainobj.mm index c25c219..4b20dfb 100644 --- a/src/mainobj.mm +++ b/src/mainobj.mm @@ -1,5 +1,4 @@ #import -#import #include "main.hpp" void showAlert(const char *title, const char *message) {