buildable.{cc,hh} -> derived-path.{cc,hh}

This commit is contained in:
John Ericson 2021-04-05 10:33:28 -04:00
parent 179582872d
commit d8fa7517fa
6 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
#include "util.hh" #include "util.hh"
#include "path.hh" #include "path.hh"
#include "path-with-outputs.hh" #include "path-with-outputs.hh"
#include "buildable.hh" #include "derived-path.hh"
#include "eval.hh" #include "eval.hh"
#include "flake/flake.hh" #include "flake/flake.hh"

View file

@ -4,7 +4,7 @@
#include "args.hh" #include "args.hh"
#include "common-args.hh" #include "common-args.hh"
#include "path.hh" #include "path.hh"
#include "buildable.hh" #include "derived-path.hh"
#include <signal.h> #include <signal.h>

View file

@ -1,4 +1,4 @@
#include "buildable.hh" #include "derived-path.hh"
#include "store-api.hh" #include "store-api.hh"
#include <nlohmann/json.hpp> #include <nlohmann/json.hpp>

View file

@ -3,7 +3,7 @@
#include <variant> #include <variant>
#include "path.hh" #include "path.hh"
#include "buildable.hh" #include "derived-path.hh"
namespace nix { namespace nix {

View file

@ -2,7 +2,7 @@
#include "realisation.hh" #include "realisation.hh"
#include "path.hh" #include "path.hh"
#include "buildable.hh" #include "derived-path.hh"
#include "hash.hh" #include "hash.hh"
#include "content-address.hh" #include "content-address.hh"
#include "serialise.hh" #include "serialise.hh"