aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/repl.cc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-16 13:10:45 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-04-16 13:10:45 +0200
commit28a5cdde02964306e7eb443f696c8d5d59ebf9e9 (patch)
tree413a587bbf5d2666cebbab41432d202c5f1fac9c /src/libcmd/repl.cc
parent1e2dd669bcdd8df6cdaac061e035828626906447 (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.cc2
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