somewhat improve objc compile times

This commit is contained in:
altalk23 2023-02-08 17:43:31 +03:00
parent 478f70e900
commit d31d95d6bf
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <Geode/DefaultInclude.hpp>
#include <Geode/utils/general.hpp>
//#include <Geode/utils/general.hpp>
#include <ghc/fs_fwd.hpp>
#include <functional>
#include <string>

View file

@ -5,7 +5,7 @@
#include <array>
#include <ghc/fs_fwd.hpp>
#include <Foundation/Foundation.h>
#import <Foundation/Foundation.h>
bool crashlog::setupPlatformHandler() {
return true;

View file

@ -5,7 +5,7 @@
USE_GEODE_NAMESPACE();
#include <AppKit/AppKit.h>
#import <AppKit/AppKit.h>
#include <Geode/utils/web.hpp>
#include <Geode/utils/file.hpp>