forked from lix-project/nix-eval-jobs
lix: deal with util.hh removal
This commit is contained in:
parent
30cf61fd26
commit
b67c46d320
|
@ -17,6 +17,7 @@
|
|||
#include <lix/libutil/error.hh>
|
||||
#include <lix/libstore/globals.hh>
|
||||
#include <lix/libutil/logging.hh>
|
||||
#include <lix/libutil/terminal.hh>
|
||||
#include <nlohmann/detail/iterators/iter_impl.hpp>
|
||||
#include <nlohmann/detail/json_ref.hpp>
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
#include <lix/libstore/store-api.hh>
|
||||
#include <lix/libexpr/symbol-table.hh>
|
||||
#include <lix/libutil/types.hh>
|
||||
#include <lix/libutil/util.hh>
|
||||
#include <lix/libexpr/value.hh>
|
||||
#include <lix/libutil/terminal.hh>
|
||||
#include <exception>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue