diff options
Diffstat (limited to 'src/mongo/db/commands/touch.cpp')
-rw-r--r-- | src/mongo/db/commands/touch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp index 9a1acbc941e..e742058e02c 100644 --- a/src/mongo/db/commands/touch.cpp +++ b/src/mongo/db/commands/touch.cpp @@ -43,8 +43,8 @@ #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/structure/catalog/namespace_details.h" +#include "mongo/db/structure/catalog/index_details.h" #include "mongo/db/jsobj.h" #include "mongo/db/pdfile.h" #include "mongo/db/catalog/collection.h" |