summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_redact.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-11 17:27:46 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-15 07:04:27 -0500
commit849e93f22089d2a2e0cdc5891037b116602cdd72 (patch)
tree234f784c6c58e80126c1fffa961ee7a9293b1248 /src/mongo/db/pipeline/document_source_redact.cpp
parentd03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (diff)
downloadmongo-849e93f22089d2a2e0cdc5891037b116602cdd72.tar.gz
SERVER-13256 Remove pch.h
Diffstat (limited to 'src/mongo/db/pipeline/document_source_redact.cpp')
-rw-r--r--src/mongo/db/pipeline/document_source_redact.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/document_source_redact.cpp b/src/mongo/db/pipeline/document_source_redact.cpp
index 21046432156..9447a9e4fa2 100644
--- a/src/mongo/db/pipeline/document_source_redact.cpp
+++ b/src/mongo/db/pipeline/document_source_redact.cpp
@@ -26,10 +26,7 @@
* it in the license file.
*/
-#define MONGO_PCH_WHITELISTED
#include "mongo/platform/basic.h"
-#include "mongo/pch.h"
-#undef MONGO_PCH_WHITELISTED
#include "mongo/db/pipeline/document_source.h"