1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-22 10:19:36 +01:00

Remove global -I flags

This commit is contained in:
Eelco Dolstra 2020-03-30 14:29:29 +02:00
parent e0a0ae0467
commit 2c692a3b14
20 changed files with 30 additions and 17 deletions

View file

@ -2,7 +2,7 @@
#include "globals.hh"
#include "download.hh"
#include "store-api.hh"
#include "legacy.hh"
#include "../nix/legacy.hh"
#include "fetchers.hh"
#include <fcntl.h>