Skip to content

Commit

Permalink
wait no include foundation first instead
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Sep 9, 2024
1 parent 7592af4 commit 9bd1da3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loader/src/platform/mac/LoaderImpl.mm
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
#import <Foundation/Foundation.h>
#include <Geode/loader/IPC.hpp>
#include <Geode/loader/Log.hpp>
#include <iostream>
#include <loader/LoaderImpl.hpp>
#include <loader/console.hpp>
#include <loader/IPC.hpp>
#include <loader/ModImpl.hpp>
#undef CommentType
#import <Foundation/Foundation.h>
#include <sys/stat.h>
#include <loader/LogImpl.hpp>

Expand Down

0 comments on commit 9bd1da3

Please sign in to comment.