summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_API_controller_pad.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SSystem/SComponent/c_API_controller_pad.h')
-rw-r--r--include/SSystem/SComponent/c_API_controller_pad.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSystem/SComponent/c_API_controller_pad.h b/include/SSystem/SComponent/c_API_controller_pad.h
index a8476b8d29..36d8fa5a1f 100644
--- a/include/SSystem/SComponent/c_API_controller_pad.h
+++ b/include/SSystem/SComponent/c_API_controller_pad.h
@@ -1,7 +1,7 @@
#ifndef C_API_CONTROLLER_PAD_
#define C_API_CONTROLLER_PAD_
-#include "dolphin/types.h"
+#include <dolphin/types.h>
struct interface_of_controller_pad {
/* 0x00 */ f32 mMainStickPosX;
@@ -35,4 +35,4 @@ struct interface_of_controller_pad {
void cAPICPad_recalibrate(void);
u32 cAPICPad_ANY_BUTTON(u32 param_0);
-#endif \ No newline at end of file
+#endif