summaryrefslogtreecommitdiff
path: root/src/mongo/db/db.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-06-12 01:15:29 -0400
committerEliot Horowitz <eliot@10gen.com>2012-06-12 01:52:26 -0400
commita0bb40436fc96a1c9d1f3360d48d82952085dc06 (patch)
tree901d39deb8030c281772ee1fe17cb03b32323626 /src/mongo/db/db.h
parentefdd6fa2b146b17f2e86eefe95e517561b1169c0 (diff)
downloadmongo-a0bb40436fc96a1c9d1f3360d48d82952085dc06.tar.gz
remove all references to mongomutex
Diffstat (limited to 'src/mongo/db/db.h')
-rw-r--r--src/mongo/db/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/db.h b/src/mongo/db/db.h
index 7d2928c25ba..954ce8bcfe1 100644
--- a/src/mongo/db/db.h
+++ b/src/mongo/db/db.h
@@ -18,7 +18,6 @@
#include "../pch.h"
#include "../util/net/message.h"
-#include "mongomutex.h"
#include "pdfile.h"
#include "curop.h"
#include "client.h"