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 #include -#include using json = nlohmann::json; using std::unique_ptr;