aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/gc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/gc.cc')
-rw-r--r--src/libstore/gc.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libstore/gc.cc b/src/libstore/gc.cc
index e855e8685..96e891f87 100644
--- a/src/libstore/gc.cc
+++ b/src/libstore/gc.cc
@@ -2,8 +2,6 @@
#include "misc.hh"
#include "local-store.hh"
-#include <boost/shared_ptr.hpp>
-
#include <functional>
#include <queue>
#include <algorithm>
@@ -224,7 +222,7 @@ struct RemoveTempRoots
static RemoveTempRoots autoRemoveTempRoots __attribute__((unused));
-typedef boost::shared_ptr<AutoCloseFD> FDPtr;
+typedef std::shared_ptr<AutoCloseFD> FDPtr;
typedef list<FDPtr> FDs;