summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/top_command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/top_command.cpp')
-rw-r--r--src/mongo/db/commands/top_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/top_command.cpp b/src/mongo/db/commands/top_command.cpp
index e4b788dc711..6f236de90da 100644
--- a/src/mongo/db/commands/top_command.cpp
+++ b/src/mongo/db/commands/top_command.cpp
@@ -33,10 +33,10 @@
#include "mongo/db/auth/action_type.h"
#include "mongo/db/auth/privilege.h"
#include "mongo/db/client.h"
+#include "mongo/db/commands.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/stats/top.h"
-#include "mongo/db/commands.h"
namespace {