summaryrefslogtreecommitdiff
path: root/src/mongo/tools/bridge_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/bridge_commands.cpp')
-rw-r--r--src/mongo/tools/bridge_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/bridge_commands.cpp b/src/mongo/tools/bridge_commands.cpp
index 1973183e3f9..a94153904d4 100644
--- a/src/mongo/tools/bridge_commands.cpp
+++ b/src/mongo/tools/bridge_commands.cpp
@@ -36,8 +36,8 @@
#include "mongo/base/status_with.h"
#include "mongo/bson/bsonobj.h"
#include "mongo/bson/util/bson_extract.h"
-#include "mongo/util/mongoutils/str.h"
#include "mongo/util/net/hostandport.h"
+#include "mongo/util/str.h"
#include "mongo/util/string_map.h"
namespace mongo {