diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-29T21·20+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-03-29T21·20+0100 |
commit | 9becaa041f4a597dc085e58ebe8f66a4f95d018e (patch) | |
tree | 71a78b09b6493b65a56cadbfe324480ddaa9056c /src/libexpr | |
parent | acb8facbbc3ae0795987bd03a3dc2c17217d6172 (diff) |
Drop pointless #include
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/get-drvs.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libexpr/get-drvs.hh b/src/libexpr/get-drvs.hh index aaafff1905e7..98f762494aa5 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 { |