diff options
author | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-08-27 11:20:59 -0400 |
---|---|---|
committer | Kaloian Manassiev <kaloian.manassiev@mongodb.com> | 2014-08-28 15:15:29 -0400 |
commit | 6f2e6b46bf9c0b8b6042c821a56edf8968c24f4b (patch) | |
tree | 279f49e4bd9f231dd713531c944cf47118f04fd3 /src/mongo/db/ttl.cpp | |
parent | b76ab679c9fa567f1b26638c9f0415dc94917393 (diff) | |
download | mongo-6f2e6b46bf9c0b8b6042c821a56edf8968c24f4b.tar.gz |
SERVER-14668 Remove unused includes in client.h and curop.h
Having these extra includes caused large portion of the code to be rebuilt
for changes to relatively standalone headers.
Diffstat (limited to 'src/mongo/db/ttl.cpp')
-rw-r--r-- | src/mongo/db/ttl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/ttl.cpp b/src/mongo/db/ttl.cpp index 833fdf2a2ec..903654008d4 100644 --- a/src/mongo/db/ttl.cpp +++ b/src/mongo/db/ttl.cpp @@ -37,6 +37,7 @@ #include "mongo/base/counter.h" #include "mongo/db/auth/authorization_session.h" #include "mongo/db/auth/user_name.h" +#include "mongo/db/catalog/collection.h" #include "mongo/db/client.h" #include "mongo/db/commands/fsync.h" #include "mongo/db/commands/server_status_metric.h" |