🔨 cleanup

This commit is contained in:
Niels Lohmann 2018-01-16 20:40:24 +01:00
parent 3ac674562f
commit b182308eff
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -1,5 +1,4 @@
#ifndef NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP
#define NLOHMANN_JSON_DETAIL_EXCEPTIONS_HPP
#pragma once
#include <exception> // exception
#include <stdexcept> // runtime_error
@ -327,5 +326,3 @@ class other_error : public exception
};
}
}
#endif