summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/authz_session_external_state_d.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2016-12-10 22:01:46 -0500
committerAndrew Morrow <acm@mongodb.com>2016-12-14 09:22:24 -0500
commita20ff1fe0d639d703314b36031d829c8713c2a91 (patch)
tree6f03762fc5daaf812400513b8bfddfb9a4222aee /src/mongo/db/auth/authz_session_external_state_d.cpp
parent64f1ca4537d17ea65ceeb05885b48732a314cc02 (diff)
downloadmongo-a20ff1fe0d639d703314b36031d829c8713c2a91.tar.gz
SERVER-23103 Move assembleResposne to its own library
Diffstat (limited to 'src/mongo/db/auth/authz_session_external_state_d.cpp')
-rw-r--r--src/mongo/db/auth/authz_session_external_state_d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/authz_session_external_state_d.cpp b/src/mongo/db/auth/authz_session_external_state_d.cpp
index dee99046240..25298b2823b 100644
--- a/src/mongo/db/auth/authz_session_external_state_d.cpp
+++ b/src/mongo/db/auth/authz_session_external_state_d.cpp
@@ -33,7 +33,6 @@
#include "mongo/db/auth/authorization_manager.h"
#include "mongo/db/client.h"
#include "mongo/db/dbhelpers.h"
-#include "mongo/db/instance.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context.h"
#include "mongo/db/repl/replication_coordinator_global.h"