summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
diff options
context:
space:
mode:
authorHari Khalsa <hkhalsa@10gen.com>2014-04-22 17:49:46 -0400
committerHari Khalsa <hkhalsa@10gen.com>2014-04-25 14:27:37 -0400
commit892eb99b4469e2d35570bbfd07f57b87fc2376e0 (patch)
treed667d7c92c8fa2b34365ad15773123c692068539 /src/mongo/db/pdfile.cpp
parentece2f2e2b997eb5c21328966ce2ccff9bdfe4db2 (diff)
downloadmongo-892eb99b4469e2d35570bbfd07f57b87fc2376e0.tar.gz
SERVER-13084 migrate builder to new iface, some clean-up
Diffstat (limited to 'src/mongo/db/pdfile.cpp')
-rw-r--r--src/mongo/db/pdfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pdfile.cpp b/src/mongo/db/pdfile.cpp
index 4cc0552ebc0..e02008ae18c 100644
--- a/src/mongo/db/pdfile.cpp
+++ b/src/mongo/db/pdfile.cpp
@@ -69,7 +69,6 @@ _ disallow system* manipulations from the database.
#include "mongo/db/ops/delete.h"
#include "mongo/db/repair_database.h"
#include "mongo/db/repl/is_master.h"
-#include "mongo/db/sort_phase_one.h"
#include "mongo/db/repl/oplog.h"
#include "mongo/db/storage_options.h"
#include "mongo/db/catalog/collection.h"