Remove Superfluous Includes

This commit is contained in:
gamemasterplc 2023-12-03 17:31:20 -06:00
parent 1e49276358
commit d9f4fcb907
2 changed files with 2 additions and 6 deletions

View file

@ -1,10 +1,8 @@
#ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
#include "types.h"
#include "dolphin.h"
#include "common_structs.h"
#include "dolphin/mtx.h"
#include "dolphin/gx/GXStruct.h"
void Hu3DLayerHookSet(short layer, void (*func)(short layer));
void Hu3D2Dto3D(Vec*, s32, Vec*);

View file

@ -1,10 +1,8 @@
#ifndef _VARIABLES_H
#define _VARIABLES_H
#include "types.h"
#include "dolphin.h"
#include "common_structs.h"
#include "dolphin/os.h"
#include "dolphin/gx/GXStruct.h"
#define M_PI 3.141592653589793