diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-12-24 09:39:34 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-12-30 00:41:04 -0500 |
commit | dee4d75286ec771d38e9b9be7ff0931983aa18ea (patch) | |
tree | c9aca8b6a3e3dfec22396701e2e43a3666283604 /src/mongo/db/commands/touch.cpp | |
parent | 4223bcc9879b74a069acfd8662d3351609d3cfa8 (diff) | |
download | mongo-dee4d75286ec771d38e9b9be7ff0931983aa18ea.tar.gz |
remove ssome namespace_detail includes where not used
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r-- | src/mongo/db/commands/touch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp index c1996e42dde..dc4ba36b46c 100644 --- a/src/mongo/db/commands/touch.cpp +++ b/src/mongo/db/commands/touch.cpp @@ -43,6 +43,7 @@ #include "mongo/db/commands.h" #include "mongo/db/d_concurrency.h" #include "mongo/db/curop-inl.h" +#include "mongo/db/namespace_details.h" #include "mongo/db/storage/index_details.h" #include "mongo/db/jsobj.h" #include "mongo/db/pdfile.h" |