aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/imageloader.h')
-rw-r--r--yage/core/imageloader.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/core/imageloader.h b/yage/core/imageloader.h
index bc041dc6..38980572 100644
--- a/yage/core/imageloader.h
+++ b/yage/core/imageloader.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef IMAGE_LOADER_H
-#define IMAGE_LOADER_H
+#pragma once
#include <string>
@@ -23,5 +22,3 @@ public:
};
} // namespace yage
-
-#endif