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/libcmd/repl.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/libcmd/repl.cc')
-rw-r--r-- | src/libcmd/repl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/repl.cc b/src/libcmd/repl.cc index 41cf77424..806dce024 100644 --- a/src/libcmd/repl.cc +++ b/src/libcmd/repl.cc @@ -40,7 +40,7 @@ extern "C" { #include "markdown.hh" #include "local-fs-store.hh" #include "progress-bar.hh" -#include "value/print.hh" +#include "print.hh" #if HAVE_BOEHMGC #define GC_INCLUDE_NEW |