summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_compact.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-10-19 15:32:14 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-10-26 10:07:08 -0400
commit0160627e45db0fcbefff4c39508f57363c6c57b1 (patch)
treea0df6ee0193565870195713a5077ae3567cedf6d /src/mongo/db/catalog/collection_compact.cpp
parent1727b95f22c343ddedd96702c46547db7d0902c2 (diff)
downloadmongo-0160627e45db0fcbefff4c39508f57363c6c57b1.tar.gz
SERVER-26709 Move touch_pages.{h,cpp} to mmap_v1 directory, its only consumer.
Diffstat (limited to 'src/mongo/db/catalog/collection_compact.cpp')
-rw-r--r--src/mongo/db/catalog/collection_compact.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/collection_compact.cpp b/src/mongo/db/catalog/collection_compact.cpp
index adce9262c28..4c64eb8f239 100644
--- a/src/mongo/db/catalog/collection_compact.cpp
+++ b/src/mongo/db/catalog/collection_compact.cpp
@@ -45,7 +45,6 @@
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/operation_context.h"
#include "mongo/util/log.h"
-#include "mongo/util/touch_pages.h"
namespace mongo {