summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
diff options
context:
space:
mode:
authorJason Rassi <rassi@10gen.com>2015-08-28 01:59:12 -0400
committerJason Rassi <rassi@10gen.com>2015-08-28 12:52:28 -0400
commit66028bde22d641a1fbf96e7e3f76554e059cc221 (patch)
tree393f4caf65643ea416858152a34396c5696ff3b6 /src/mongo/db/commands/list_indexes.cpp
parent622dae556361380471b4ce0ef4e761e2342a6adb (diff)
downloadmongo-66028bde22d641a1fbf96e7e3f76554e059cc221.tar.gz
SERVER-19569 Combine getmore_response.h with cursor_responses.h
Diffstat (limited to 'src/mongo/db/commands/list_indexes.cpp')
-rw-r--r--src/mongo/db/commands/list_indexes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/list_indexes.cpp b/src/mongo/db/commands/list_indexes.cpp
index ab328443bcd..89b4f725350 100644
--- a/src/mongo/db/commands/list_indexes.cpp
+++ b/src/mongo/db/commands/list_indexes.cpp
@@ -41,7 +41,7 @@
#include "mongo/db/db_raii.h"
#include "mongo/db/exec/queued_data_stage.h"
#include "mongo/db/exec/working_set.h"
-#include "mongo/db/query/cursor_responses.h"
+#include "mongo/db/query/cursor_response.h"
#include "mongo/db/query/find_common.h"
#include "mongo/db/service_context.h"
#include "mongo/db/storage/storage_engine.h"