mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue