From 789ad901737cfed9f383e467464c23943c94ecf4 Mon Sep 17 00:00:00 2001 From: Andy Schwerin Date: Thu, 2 Apr 2015 15:48:57 -0400 Subject: SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext. --- src/mongo/db/curop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/curop.cpp') diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp index 7379aa6bd7a..439e0c20921 100644 --- a/src/mongo/db/curop.cpp +++ b/src/mongo/db/curop.cpp @@ -36,7 +36,7 @@ #include "mongo/db/client.h" #include "mongo/db/commands/server_status_metric.h" #include "mongo/db/catalog/database.h" -#include "mongo/db/global_environment_experiment.h" +#include "mongo/db/service_context.h" #include "mongo/db/json.h" #include "mongo/db/stats/top.h" #include "mongo/util/fail_point_service.h" -- cgit v1.2.1