diff --git a/develop/detail/exceptions.hpp b/develop/detail/exceptions.hpp index 8eee702a..26c4d6f9 100644 --- a/develop/detail/exceptions.hpp +++ b/develop/detail/exceptions.hpp @@ -1,5 +1,4 @@ -#ifndef NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP -#define NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP +#pragma once #include // exception #include // runtime_error @@ -327,5 +326,3 @@ class other_error : public exception }; } } - -#endif