aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/exception.h')
-rw-r--r--yage/core/exception.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/core/exception.h b/yage/core/exception.h
index 05733b39..843a58a1 100644
--- a/yage/core/exception.h
+++ b/yage/core/exception.h
@@ -1,5 +1,4 @@
-#ifndef YAGE_CORE_EXCEPTION_H
-#define YAGE_CORE_EXCEPTION_H
+#pragma once
#include <stdexcept>
#include <sstream>
@@ -19,5 +18,3 @@ private:
};
} // namespace yage
-
-#endif