diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 16:53:21 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 12:38:51 +0200 |
commit | a39ba22ff7112cd3984bbf28d8610d84dd525a0f (patch) | |
tree | 234f26a44798f318baf3b6a3c318390d30c50b0e /src/libutil/logging.cc | |
parent | f0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff) |
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'src/libutil/logging.cc')
-rw-r--r-- | src/libutil/logging.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libutil/logging.cc b/src/libutil/logging.cc index 8d9e18d09..febbfdb55 100644 --- a/src/libutil/logging.cc +++ b/src/libutil/logging.cc @@ -1,15 +1,12 @@ #include "environment-variables.hh" #include "file-descriptor.hh" #include "logging.hh" -#include "util.hh" #include "config.hh" -#include "source-path.hh" #include "position.hh" #include "terminal.hh" #include <atomic> #include <nlohmann/json.hpp> -#include <iostream> namespace nix { |