diff options
Diffstat (limited to 'src/libexpr/json-to-value.cc')
-rw-r--r-- | src/libexpr/json-to-value.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/json-to-value.cc b/src/libexpr/json-to-value.cc index 67feb9e1f..1fdce1983 100644 --- a/src/libexpr/json-to-value.cc +++ b/src/libexpr/json-to-value.cc @@ -2,7 +2,6 @@ #include <variant> #include <nlohmann/json.hpp> -#include <nlohmann/detail/exceptions.hpp> using json = nlohmann::json; using std::unique_ptr; |