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

Remove global -I flags

(cherry picked from commit 2c692a3b14)
This commit is contained in:
Eelco Dolstra 2020-03-30 14:29:29 +02:00
parent eb1911e277
commit e322a16523
18 changed files with 27 additions and 16 deletions

View file

@ -6,9 +6,9 @@
#include "eval-inline.hh"
#include "common-eval-args.hh"
#include "attr-path.hh"
#include "legacy.hh"
#include "finally.hh"
#include "progress-bar.hh"
#include "../nix/legacy.hh"
#include "../nix/progress-bar.hh"
#include "tarfile.hh"
#include <iostream>