diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-01-15 09:19:00 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-01-15 09:19:00 -0500 |
commit | ea103d7bce187a9d48bc286ac574c239260fdde8 (patch) | |
tree | 2e4908bccd38eebb2301af2bbbf4f4b438add850 /src/mongo/db/ops/delete.cpp | |
parent | 288056872d40a1b40194937603f4456458586f22 (diff) | |
download | mongo-ea103d7bce187a9d48bc286ac574c239260fdde8.tar.gz |
re-org structure and catalog directories part 2
Diffstat (limited to 'src/mongo/db/ops/delete.cpp')
-rw-r--r-- | src/mongo/db/ops/delete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/delete.cpp b/src/mongo/db/ops/delete.cpp index fe7e005a0d7..07f942e778f 100644 --- a/src/mongo/db/ops/delete.cpp +++ b/src/mongo/db/ops/delete.cpp @@ -31,7 +31,7 @@ #include "mongo/db/client.h" #include "mongo/db/clientcursor.h" #include "mongo/db/catalog/database.h" -#include "mongo/db/namespace_details.h" +#include "mongo/db/structure/catalog/namespace_details.h" #include "mongo/db/query/get_runner.h" #include "mongo/db/query/query_planner_common.h" #include "mongo/db/repl/oplog.h" |