aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/get-drvs.hh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-29 22:20:33 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-03-29 22:20:33 +0100
commit9becaa041f4a597dc085e58ebe8f66a4f95d018e (patch)
tree71a78b09b6493b65a56cadbfe324480ddaa9056c /src/libexpr/get-drvs.hh
parentacb8facbbc3ae0795987bd03a3dc2c17217d6172 (diff)
Drop pointless #include
Diffstat (limited to 'src/libexpr/get-drvs.hh')
-rw-r--r--src/libexpr/get-drvs.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh
index aaafff190..98f762494 100644
--- a/src/libexpr/get-drvs.hh
+++ b/src/libexpr/get-drvs.hh
@@ -5,8 +5,6 @@
#include <string>
#include <map>
-#include <boost/shared_ptr.hpp>
-
namespace nix {