diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-01-11 17:27:46 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-01-15 07:04:27 -0500 |
commit | 849e93f22089d2a2e0cdc5891037b116602cdd72 (patch) | |
tree | 234f784c6c58e80126c1fffa961ee7a9293b1248 /src/mongo/dbtests/updatetests.cpp | |
parent | d03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (diff) | |
download | mongo-849e93f22089d2a2e0cdc5891037b116602cdd72.tar.gz |
SERVER-13256 Remove pch.h
Diffstat (limited to 'src/mongo/dbtests/updatetests.cpp')
-rw-r--r-- | src/mongo/dbtests/updatetests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/dbtests/updatetests.cpp b/src/mongo/dbtests/updatetests.cpp index 1b579f1c0c6..4d2f527c54a 100644 --- a/src/mongo/dbtests/updatetests.cpp +++ b/src/mongo/dbtests/updatetests.cpp @@ -29,10 +29,7 @@ * then also delete it in the license file. */ -#define MONGO_PCH_WHITELISTED #include "mongo/platform/basic.h" -#include "mongo/pch.h" -#undef MONGO_PCH_WHITELISTED #include <iostream> |