summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-05-27 10:18:32 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-05-27 11:45:14 -0400
commit2ed62dcea1bb786fd166de499b3a9af72bebc41b (patch)
tree25ef990a1b99258d4201d80832f414f9024caf75 /src/mongo/db/curop.h
parent869058314384c4c3c70760f51f5dd2f4ef3c9b31 (diff)
downloadmongo-2ed62dcea1bb786fd166de499b3a9af72bebc41b.tar.gz
SERVER-23905 Remove getNS() from OperationContext.
Diffstat (limited to 'src/mongo/db/curop.h')
-rw-r--r--src/mongo/db/curop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/curop.h b/src/mongo/db/curop.h
index 7a357b42d9b..09a761d639a 100644
--- a/src/mongo/db/curop.h
+++ b/src/mongo/db/curop.h
@@ -35,9 +35,7 @@
#include "mongo/db/operation_context.h"
#include "mongo/db/server_options.h"
#include "mongo/platform/atomic_word.h"
-#include "mongo/util/concurrency/spin_lock.h"
#include "mongo/util/progress_meter.h"
-#include "mongo/util/thread_safe_string.h"
#include "mongo/util/time_support.h"
#include "mongo/util/net/message.h"