From cfa96795eefed2061628891c43ccdc2c256bb40a Mon Sep 17 00:00:00 2001 From: Henrik Edin Date: Tue, 19 Jun 2018 15:09:01 -0400 Subject: SERVER-35115 Separate dbclientinterface.h into several parts, one per class. --- src/mongo/db/dbdirectclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/dbdirectclient.h') diff --git a/src/mongo/db/dbdirectclient.h b/src/mongo/db/dbdirectclient.h index b410613cca5..b8f3ebc14d6 100644 --- a/src/mongo/db/dbdirectclient.h +++ b/src/mongo/db/dbdirectclient.h @@ -28,7 +28,7 @@ #pragma once -#include "mongo/client/dbclientinterface.h" +#include "mongo/client/dbclient_base.h" #include "mongo/db/dbmessage.h" #include "mongo/db/lasterror.h" #include "mongo/util/net/hostandport.h" -- cgit v1.2.1