summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.h
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/hasher.h
parentd03f92f7822e46bec820c3e0d3cd39f81fc6bf80 (diff)
downloadmongo-849e93f22089d2a2e0cdc5891037b116602cdd72.tar.gz
SERVER-13256 Remove pch.h
Diffstat (limited to 'src/mongo/db/hasher.h')
-rw-r--r--src/mongo/db/hasher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/hasher.h b/src/mongo/db/hasher.h
index 813b1fc5770..98d6a42ee03 100644
--- a/src/mongo/db/hasher.h
+++ b/src/mongo/db/hasher.h
@@ -34,10 +34,7 @@
#pragma once
-#define MONGO_PCH_WHITELISTED
#include "mongo/platform/basic.h"
-#include "mongo/pch.h"
-#undef MONGO_PCH_WHITELISTED
#include <boost/noncopyable.hpp>