mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-26 03:15:39 -05:00
Use angle brackets around crypto.h includes
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#include "main_menu/distribution_cartridge.h"
|
||||
|
||||
#include <crypto.h>
|
||||
#include <nitro.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "constants/heap.h"
|
||||
|
||||
#include "crypto.h"
|
||||
#include "heap.h"
|
||||
|
||||
#define DIST_CTRDG_SIGNATURE_PTR (void *)0x8020000
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "main_menu/main_menu_util.h"
|
||||
|
||||
#include <crypto.h>
|
||||
#include <nitro.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -14,7 +15,6 @@
|
||||
#include "assert.h"
|
||||
#include "bg_window.h"
|
||||
#include "char_transfer.h"
|
||||
#include "crypto.h"
|
||||
#include "font.h"
|
||||
#include "graphics.h"
|
||||
#include "gx_layers.h"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "main_menu/ov97_02238534.h"
|
||||
|
||||
#include <crypto.h>
|
||||
#include <nitro.h>
|
||||
#include <nitro/cht.h>
|
||||
#include <nitro/wm.h>
|
||||
@@ -7,8 +8,6 @@
|
||||
|
||||
#include "main_menu/funcptr_ov97_02238A4C.h"
|
||||
|
||||
#include "crypto.h"
|
||||
|
||||
typedef struct {
|
||||
u16 unk_00;
|
||||
u16 unk_02;
|
||||
|
||||
Reference in New Issue
Block a user