summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
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/commands
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/commands')
-rw-r--r--src/mongo/db/commands/touch.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/touch.cpp b/src/mongo/db/commands/touch.cpp
index 80ead76acc9..a1fe53e84d8 100644
--- a/src/mongo/db/commands/touch.cpp
+++ b/src/mongo/db/commands/touch.cpp
@@ -47,7 +47,6 @@
#include "mongo/db/db_raii.h"
#include "mongo/db/jsobj.h"
#include "mongo/util/timer.h"
-#include "mongo/util/touch_pages.h"
namespace mongo {