🔨 cleanup

parent 3ac67456
#ifndef NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP #pragma once
#define NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP
#include <exception> // exception #include <exception> // exception
#include <stdexcept> // runtime_error #include <stdexcept> // runtime_error
...@@ -327,5 +326,3 @@ class other_error : public exception ...@@ -327,5 +326,3 @@ class other_error : public exception
}; };
} }
} }
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment