Skip to content

Commit

Permalink
[CydiaSubstrate] Adjust imports to be compliant with module rules (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
leptos-null authored Jun 9, 2024
1 parent a20c240 commit 6f2af30
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CydiaSubstrate.framework/Headers/CydiaSubstrate.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
#define SUBSTRATE_H_

#ifdef __APPLE__
#ifdef __cplusplus
extern "C" {
#endif
#include <mach-o/nlist.h>
#ifdef __cplusplus
}
#endif

#include <objc/runtime.h>
#include <objc/message.h>
Expand Down

0 comments on commit 6f2af30

Please sign in to comment.