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/util/checksum.h | |
parent | d03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (diff) | |
download | mongo-849e93f22089d2a2e0cdc5891037b116602cdd72.tar.gz |
SERVER-13256 Remove pch.h
Diffstat (limited to 'src/mongo/util/checksum.h')
-rw-r--r-- | src/mongo/util/checksum.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/util/checksum.h b/src/mongo/util/checksum.h index 606c0eb8220..209b508cbdd 100644 --- a/src/mongo/util/checksum.h +++ b/src/mongo/util/checksum.h @@ -28,10 +28,7 @@ #pragma once -#define MONGO_PCH_WHITELISTED #include "mongo/platform/basic.h" -#include "mongo/pch.h" -#undef MONGO_PCH_WHITELISTED namespace mongo { /** a simple, rather dumb, but very fast checksum. see perftests.cpp for unit tests. */ |