summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-05-05 23:36:42 -0400
committerEliot Horowitz <eliot@10gen.com>2014-05-06 12:06:58 -0400
commite404acb525bb23a7f75c54e93f124a5141083503 (patch)
treea705ba87bb71d8bd77e2ab5a86a823f4db6d3e26 /src/mongo/db/curop.cpp
parentaa170e9550ae7b88ae129e90d083d6f9373ce1da (diff)
downloadmongo-e404acb525bb23a7f75c54e93f124a5141083503.tar.gz
SERVER-13640: split up ServerStatus into a library
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index a199f313ddf..2ce1bb7326a 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -29,7 +29,7 @@
#include "mongo/pch.h"
#include "mongo/base/counter.h"
-#include "mongo/db/commands/server_status.h"
+#include "mongo/db/commands/server_status_metric.h"
#include "mongo/db/curop.h"
#include "mongo/db/catalog/database.h"
#include "mongo/db/kill_current_op.h"