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/db/geo/hash.h | |
parent | d03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (diff) | |
download | mongo-849e93f22089d2a2e0cdc5891037b116602cdd72.tar.gz |
SERVER-13256 Remove pch.h
Diffstat (limited to 'src/mongo/db/geo/hash.h')
-rw-r--r-- | src/mongo/db/geo/hash.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/geo/hash.h b/src/mongo/db/geo/hash.h index f03ecc7fa3f..b50ac57d3d1 100644 --- a/src/mongo/db/geo/hash.h +++ b/src/mongo/db/geo/hash.h @@ -28,10 +28,7 @@ #pragma once -#define MONGO_PCH_WHITELISTED #include "mongo/platform/basic.h" -#include "mongo/pch.h" -#undef MONGO_PCH_WHITELISTED #include "mongo/db/jsobj.h" namespace mongo { |