diff options
author | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-10 17:18:42 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <lizzy@vlhl.dev> | 2023-12-10 17:18:42 +0100 |
commit | bc00cb0649167958aed2f481580af3b4f21043b0 (patch) | |
tree | 7acbb167b1e2db0ccc0b687a356d999da4828839 /stage3/gfx.h | |
parent | c05d0f44493398d54a7a827f48d20d146070fc29 (diff) | |
download | cuddles-bc00cb0649167958aed2f481580af3b4f21043b0.tar.xz |
remove underscore from include guards
Diffstat (limited to 'stage3/gfx.h')
-rw-r--r-- | stage3/gfx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stage3/gfx.h b/stage3/gfx.h index cf89a9e..47e98db 100644 --- a/stage3/gfx.h +++ b/stage3/gfx.h @@ -1,5 +1,5 @@ -#ifndef _GFX_H_ -#define _GFX_H_ +#ifndef GFX_H +#define GFX_H #include "def.h" |