summaryrefslogtreecommitdiff
path: root/src/mongo/db/clientcursor.cpp
diff options
context:
space:
mode:
authorSpencer T Brody <spencer@mongodb.com>2015-01-07 15:48:00 -0500
committerSpencer T Brody <spencer@mongodb.com>2015-01-12 11:42:03 -0500
commit76b2e3c90dc12229317722f60affaf4f11e9084e (patch)
tree7b2fda656aaa71df00a9c1e9d5380f6eded58338 /src/mongo/db/clientcursor.cpp
parentc518ce7ff2255004e299c802625f2f7c65e048fd (diff)
downloadmongo-76b2e3c90dc12229317722f60affaf4f11e9084e.tar.gz
SERVER-16764 Make ReplicationCoordinator file names match the type names
Diffstat (limited to 'src/mongo/db/clientcursor.cpp')
-rw-r--r--src/mongo/db/clientcursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/clientcursor.cpp b/src/mongo/db/clientcursor.cpp
index 50ca7e75d7a..7f19265cc37 100644
--- a/src/mongo/db/clientcursor.cpp
+++ b/src/mongo/db/clientcursor.cpp
@@ -47,7 +47,7 @@
#include "mongo/db/curop.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/operation_context_impl.h"
-#include "mongo/db/repl/repl_coordinator_global.h"
+#include "mongo/db/repl/replication_coordinator_global.h"
#include "mongo/util/exit.h"
namespace mongo {