diff options
Diffstat (limited to 'gfx/image.h')
-rw-r--r-- | gfx/image.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gfx/image.h b/gfx/image.h index 23e9a9b..47437ca 100644 --- a/gfx/image.h +++ b/gfx/image.h @@ -1,5 +1,4 @@ -#ifndef IMAGE_H -#define IMAGE_H +#pragma once #include <span> // IWYU pragma: export #include <special_members.hpp> @@ -17,5 +16,3 @@ public: unsigned int width, height, numComponents; std::span<unsigned char> data; }; - -#endif |