summaryrefslogtreecommitdiff
path: root/src/mongo/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/pch.h')
-rw-r--r--src/mongo/pch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/pch.h b/src/mongo/pch.h
index a94d351e5d4..1bd3827dce4 100644
--- a/src/mongo/pch.h
+++ b/src/mongo/pch.h
@@ -50,7 +50,6 @@
#include <vector>
#define BOOST_FILESYSTEM_VERSION 3
-#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
@@ -59,7 +58,6 @@
namespace mongo {
using namespace std;
- using boost::scoped_ptr;
using boost::shared_ptr;
}