diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2021-09-05 14:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-05 21:00:24 +0900 |
| commit | 2862aa6d03208e19955e280e6d110e0fcff357ce (patch) | |
| tree | 220e45fdda103f16f488e5e4f227f68613509f58 /src/code/z_camera_data.c | |
| parent | 3de7c2119677203d688c49fe61a5885740e9b2be (diff) | |
Various minor cleanups (#940)
* Fix includes using braces instead of quotes
* Remove some unused printf arguments
* Fix a condition in Door_Shutter
* Run the formatter
* Cleanup incorrect uses of DynaPolyMoveFlag as function arguments
* Cleanup combined Math_StepToF checks
Diffstat (limited to 'src/code/z_camera_data.c')
| -rw-r--r-- | src/code/z_camera_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_camera_data.c b/src/code/z_camera_data.c index ed92807e5..a887d5d93 100644 --- a/src/code/z_camera_data.c +++ b/src/code/z_camera_data.c @@ -1,5 +1,5 @@ -#include <ultra64.h> -#include <global.h> +#include "ultra64.h" +#include "global.h" typedef struct { s16 val; |
