summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/server_status.cpp
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-12-18 11:39:21 -0500
committerAndy Schwerin <schwerin@10gen.com>2012-12-18 12:15:44 -0500
commitc9a849e2b10ad300e0fb4cf3198adfab269a461d (patch)
tree5c5a64defac3cb1d2fcd0261d5516ef4438425eb /src/mongo/db/commands/server_status.cpp
parent0f4e3a0d74c3d24b0139a36b8a8e049bd7617d79 (diff)
downloadmongo-c9a849e2b10ad300e0fb4cf3198adfab269a461d.tar.gz
Introduce client_basic.{h,cpp}, replacing client_common.h.
In addition to good code hygiene, this change reduces the number of implicit include dependencies that including client_basic.h introduces, speeding up many incremental builds.
Diffstat (limited to 'src/mongo/db/commands/server_status.cpp')
-rw-r--r--src/mongo/db/commands/server_status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/server_status.cpp b/src/mongo/db/commands/server_status.cpp
index 97dca427609..c913ff3ceaf 100644
--- a/src/mongo/db/commands/server_status.cpp
+++ b/src/mongo/db/commands/server_status.cpp
@@ -21,7 +21,7 @@
#include "mongo/db/auth/action_set.h"
#include "mongo/db/auth/action_type.h"
#include "mongo/db/auth/privilege.h"
-#include "mongo/db/client_common.h"
+#include "mongo/db/client_basic.h"
#include "mongo/db/cmdline.h"
#include "mongo/db/commands.h"
#include "mongo/db/commands/server_status.h"