aboutsummaryrefslogtreecommitdiff
path: root/src/nix/dev-shell.cc
diff options
context:
space:
mode:
authorMatthew Kenigsberg <matthewkenigsberg@gmail.com>2020-05-16 11:19:41 -0600
committerMatthew Kenigsberg <matthewkenigsberg@gmail.com>2020-05-16 11:19:41 -0600
commitc4beded32e2909651c95f6fabf5c78537bd37e68 (patch)
tree1829bd8176fb234555893338c6c2b9afc4a02064 /src/nix/dev-shell.cc
parentba7d7ed2e34b57ed15fc7473622ecfac2df77434 (diff)
rm includes
Diffstat (limited to 'src/nix/dev-shell.cc')
-rw-r--r--src/nix/dev-shell.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nix/dev-shell.cc b/src/nix/dev-shell.cc
index 9f84992b4..53d2e4e25 100644
--- a/src/nix/dev-shell.cc
+++ b/src/nix/dev-shell.cc
@@ -6,9 +6,6 @@
#include "derivations.hh"
#include "affinity.hh"
#include "progress-bar.hh"
-#include "attr-path.hh"
-#include "eval-cache.hh"
-#include "flake/flake.hh"
#include <regex>