diff options
author | Geert Bosch <geert@mongodb.com> | 2015-05-12 15:38:32 -0500 |
---|---|---|
committer | Geert Bosch <geert@mongodb.com> | 2015-05-12 17:01:05 -0400 |
commit | 4486be04b169d967683ce705b6288c82cbd34947 (patch) | |
tree | 359b7b24b83a8588edc177983f67bc7cf0030851 /src/mongo/db/prefetch.cpp | |
parent | b94f71a5dfa687aef2aa1af83e797683f9ad7476 (diff) | |
download | mongo-4486be04b169d967683ce705b6288c82cbd34947.tar.gz |
SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1
Also removes some dependencies on MMAP_v1 specific files that are not
needed anymore, and moves the 'paths' library to db/storage.
Diffstat (limited to 'src/mongo/db/prefetch.cpp')
-rw-r--r-- | src/mongo/db/prefetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/prefetch.cpp b/src/mongo/db/prefetch.cpp index 1de1d565c47..fd306d8d5e2 100644 --- a/src/mongo/db/prefetch.cpp +++ b/src/mongo/db/prefetch.cpp @@ -43,8 +43,8 @@ #include "mongo/db/repl/replication_coordinator_global.h" #include "mongo/db/server_parameters.h" #include "mongo/db/stats/timer_stats.h" +#include "mongo/db/storage/mmap_v1/mmap.h" #include "mongo/util/log.h" -#include "mongo/util/mmap.h" namespace mongo { |