mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
libexpr/value/print.* -> libexpr/print.*
Generalizes the file to sensibly allow printing any part of the language syntax.
This commit is contained in:
parent
1e2dd669bc
commit
28a5cdde02
5 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue