aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/path-with-outputs.hh
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-01-13 16:03:12 +0100
committerGitHub <noreply@github.com>2023-01-13 16:03:12 +0100
commitd21f54958ebc3400ca41e0458338e6a90bd47fbe (patch)
treea4ea90b2cc1be9209e0707e1179e1a8064b1ab74 /src/libstore/path-with-outputs.hh
parentbdeb6de889219cb9d1ba94b4adc75b0d8000e1b2 (diff)
parentd8512653d480acf69aae820f8b9d4b674dd6fc2f (diff)
Merge pull request #6815 from obsidiansystems/better-wanted-outputs
`OutputSpec` for `DerivationGoal` and `DerivedPath`, today's `OutputSpec` -> `ExtendedOutputSpec`
Diffstat (limited to 'src/libstore/path-with-outputs.hh')
-rw-r--r--src/libstore/path-with-outputs.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/path-with-outputs.hh b/src/libstore/path-with-outputs.hh
index ed55cc333..5d25656a5 100644
--- a/src/libstore/path-with-outputs.hh
+++ b/src/libstore/path-with-outputs.hh
@@ -2,7 +2,6 @@
#include "path.hh"
#include "derived-path.hh"
-#include "nlohmann/json_fwd.hpp"
namespace nix {