diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-11-26 18:43:04 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-11-27 12:55:48 -0500 |
commit | 99ec5dabaf1286a5440da0bb561e32d3aa79466a (patch) | |
tree | f44786335721303ed167fc7d8e7d72a3f1ea16ca /src/mongo/dbtests/pdfiletests.cpp | |
parent | bac586e913dae042f6c2957522ac319e55946df9 (diff) | |
download | mongo-99ec5dabaf1286a5440da0bb561e32d3aa79466a.tar.gz |
SERVER-30815 Remove the mongodmain library
Diffstat (limited to 'src/mongo/dbtests/pdfiletests.cpp')
-rw-r--r-- | src/mongo/dbtests/pdfiletests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/dbtests/pdfiletests.cpp b/src/mongo/dbtests/pdfiletests.cpp index be7576c76cb..c11fd2ac7d8 100644 --- a/src/mongo/dbtests/pdfiletests.cpp +++ b/src/mongo/dbtests/pdfiletests.cpp @@ -35,7 +35,6 @@ #include "mongo/db/catalog/collection.h" #include "mongo/db/client.h" -#include "mongo/db/db.h" #include "mongo/db/db_raii.h" #include "mongo/db/json.h" #include "mongo/db/ops/insert.h" |