diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-04-16 13:10:45 +0200 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-04-16 13:10:45 +0200 |
commit | 28a5cdde02964306e7eb443f696c8d5d59ebf9e9 (patch) | |
tree | 413a587bbf5d2666cebbab41432d202c5f1fac9c /src/libexpr/eval.cc | |
parent | 1e2dd669bcdd8df6cdaac061e035828626906447 (diff) |
libexpr/value/print.* -> libexpr/print.*
Generalizes the file to sensibly allow printing any part of the
language syntax.
Diffstat (limited to 'src/libexpr/eval.cc')
-rw-r--r-- | src/libexpr/eval.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/eval.cc b/src/libexpr/eval.cc index bd05fc156..6668add8c 100644 --- a/src/libexpr/eval.cc +++ b/src/libexpr/eval.cc @@ -9,7 +9,7 @@ #include "filetransfer.hh" #include "function-trace.hh" #include "profiles.hh" -#include "value/print.hh" +#include "print.hh" #include <algorithm> #include <chrono> |