1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 05:21:16 +02:00

Flip dependency so store-api.hh includes derivations.hh

I think it makes more sense to define the data model (derivations),
before the operations (store api).
This commit is contained in:
John Ericson 2020-03-21 11:07:16 -04:00 committed by John Ericson
parent 0a10854f85
commit bcde5456cc
5 changed files with 6 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#include "get-drvs.hh"
#include "util.hh"
#include "eval-inline.hh"
#include "derivations.hh"
#include "store-api.hh"
#include <cstring>
#include <regex>