🔨 cleanup
This commit is contained in:
parent
3ac674562f
commit
b182308eff
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
||||||
#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
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue