summaryrefslogtreecommitdiff
path: root/src/mongo/db/pdfile.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2013-12-24 11:35:45 -0500
committerEliot Horowitz <eliot@10gen.com>2013-12-30 00:41:05 -0500
commit29e691a91c72b28ef50faddc7ef6f24523788aee (patch)
treec4261249e17c2b9cde003e8a5b0cdc210fb10eb1 /src/mongo/db/pdfile.cpp
parent78eaaa09bd8c2cf0c818447a98a45857db3162ad (diff)
downloadmongo-29e691a91c72b28ef50faddc7ef6f24523788aee.tar.gz
SERVER-11611 SERVER-11543: move btree code into its own directory
Diffstat (limited to 'src/mongo/db/pdfile.cpp')
-rw-r--r--src/mongo/db/pdfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pdfile.cpp b/src/mongo/db/pdfile.cpp
index 08b842cedc1..29316a6f20c 100644
--- a/src/mongo/db/pdfile.cpp
+++ b/src/mongo/db/pdfile.cpp
@@ -51,7 +51,7 @@ _ disallow system* manipulations from the database.
#include "mongo/db/auth/user_document_parser.h"
#include "mongo/db/pdfile_private.h"
#include "mongo/db/background.h"
-#include "mongo/db/btree.h"
+#include "mongo/db/structure/btree/btree.h"
#include "mongo/db/clientcursor.h"
#include "mongo/db/cloner.h"
#include "mongo/db/commands/server_status.h"