From f62ce0c86e0a94de1827e96dc459aa9289429021 Mon Sep 17 00:00:00 2001 From: Tad Marshall Date: Mon, 3 Dec 2012 05:00:25 -0500 Subject: include what you use --- src/mongo/shell/shell_utils_extended.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/mongo/shell/shell_utils_extended.cpp') diff --git a/src/mongo/shell/shell_utils_extended.cpp b/src/mongo/shell/shell_utils_extended.cpp index 59579a8fb59..1e68882a3bc 100644 --- a/src/mongo/shell/shell_utils_extended.cpp +++ b/src/mongo/shell/shell_utils_extended.cpp @@ -18,16 +18,15 @@ #include "pch.h" #include - #include -#include "mongo/util/net/sock.h" - +#include "mongo/scripting/engine.h" #include "mongo/shell/shell_utils.h" #include "mongo/shell/shell_utils_launcher.h" -#include "mongo/util/md5.hpp" #include "mongo/util/file.h" -#include "mongo/scripting/engine.h" +#include "mongo/util/md5.hpp" +#include "mongo/util/net/sock.h" +#include "mongo/util/text.h" namespace mongo { -- cgit v1.2.1