summaryrefslogtreecommitdiff
path: root/src/mongo/db/assemble_response.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/assemble_response.cpp')
-rw-r--r--src/mongo/db/assemble_response.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/assemble_response.cpp b/src/mongo/db/assemble_response.cpp
index 1eda99f8c94..abbb666e8d0 100644
--- a/src/mongo/db/assemble_response.cpp
+++ b/src/mongo/db/assemble_response.cpp
@@ -34,10 +34,10 @@
#include "mongo/db/audit.h"
#include "mongo/db/auth/authorization_session.h"
-#include "mongo/db/catalog/cursor_manager.h"
#include "mongo/db/commands/fsync.h"
#include "mongo/db/curop.h"
#include "mongo/db/curop_metrics.h"
+#include "mongo/db/cursor_manager.h"
#include "mongo/db/dbdirectclient.h"
#include "mongo/db/diag_log.h"
#include "mongo/db/introspect.h"