aboutsummaryrefslogtreecommitdiff
path: root/src/libmain/loggers.cc
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2020-06-08 17:16:52 +0200
committerregnat <rg@regnat.ovh>2020-06-08 17:16:52 +0200
commit801112de1af8e519e29e1e1c678f97de45a8c49d (patch)
tree2a78ac14d600486665ade3f8f1d3cf026b349f99 /src/libmain/loggers.cc
parentc27f92698bbbb99df3c4403db6590276318940a0 (diff)
Move progress-bar.cc to libmain
Needed so that we can include it as a logger in loggers.cc without adding a dependency on nix This also requires moving names.hh to libutil to prevent a circular dependency between libmain and libexpr
Diffstat (limited to 'src/libmain/loggers.cc')
-rw-r--r--src/libmain/loggers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmain/loggers.cc b/src/libmain/loggers.cc
index ee3836382..41f0b35fb 100644
--- a/src/libmain/loggers.cc
+++ b/src/libmain/loggers.cc
@@ -1,5 +1,5 @@
#include "loggers.hh"
-#include "../nix/progress-bar.hh"
+#include "progress-bar.hh"
namespace nix {