diff options
author | Andy Schwerin <schwerin@10gen.com> | 2012-12-18 11:39:21 -0500 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2012-12-18 12:15:44 -0500 |
commit | c9a849e2b10ad300e0fb4cf3198adfab269a461d (patch) | |
tree | 5c5a64defac3cb1d2fcd0261d5516ef4438425eb /src/mongo/db/client.h | |
parent | 0f4e3a0d74c3d24b0139a36b8a8e049bd7617d79 (diff) | |
download | mongo-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/client.h')
-rw-r--r-- | src/mongo/db/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h index 4db7969c49c..5a9ba1387c2 100644 --- a/src/mongo/db/client.h +++ b/src/mongo/db/client.h @@ -26,7 +26,7 @@ #include "mongo/pch.h" -#include "mongo/db/client_common.h" +#include "mongo/db/client_basic.h" #include "mongo/db/d_concurrency.h" #include "mongo/db/lasterror.h" #include "mongo/db/lockstate.h" |