summaryrefslogtreecommitdiff
path: root/src/vendor/stb_image_include.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2023-08-31 16:25:16 -0400
committerJonathan Bradley <jcb@pikum.xyz>2023-09-06 17:24:23 -0400
commitabcb22c518f39ac5095e58294eab150cb8cd9afe (patch)
treed759a849edf5fba8f8e25a67229647c621dc809d /src/vendor/stb_image_include.hpp
parent3c115e49721bd479ee04d7b8410897869a779258 (diff)
cleanup naming conventions and header defs
Diffstat (limited to 'src/vendor/stb_image_include.hpp')
-rw-r--r--src/vendor/stb_image_include.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vendor/stb_image_include.hpp b/src/vendor/stb_image_include.hpp
index cfea99a..bd8658c 100644
--- a/src/vendor/stb_image_include.hpp
+++ b/src/vendor/stb_image_include.hpp
@@ -1,7 +1,7 @@
-#ifndef PKE_VENDOR_STB_IMAGE_INCLUDE_HPP
-#define PKE_VENDOR_STB_IMAGE_INCLUDE_HPP
+#ifndef PKE_STB_IMAGE_INCLUDE_HPP
+#define PKE_STB_IMAGE_INCLUDE_HPP
#include "stb_image.h"
#include "stb_image_write.h"
-#endif /* PKE_VENDOR_STB_IMAGE_INCLUDE_HPP */
+#endif /* PKE_STB_IMAGE_INCLUDE_HPP */