1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Avoid libmain header in libexpr

We just don't need it!
This commit is contained in:
John Ericson 2024-06-26 22:26:45 -04:00
parent 7e66f0d91c
commit f002f85861
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
#include "hash.hh"
#include "primops.hh"
#include "print-options.hh"
#include "shared.hh"
#include "exit.hh"
#include "types.hh"
#include "util.hh"
#include "store-api.hh"