summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_extended.cpp
diff options
context:
space:
mode:
authorTad Marshall <tad@10gen.com>2012-12-03 05:00:25 -0500
committerTad Marshall <tad@10gen.com>2012-12-03 05:00:25 -0500
commitf62ce0c86e0a94de1827e96dc459aa9289429021 (patch)
tree9daf1e71e69fd68c68ca718c4bbce66c82fce5ec /src/mongo/shell/shell_utils_extended.cpp
parent470d82e7bf89fb9b8bd8f369999a0d5dace122e1 (diff)
downloadmongo-f62ce0c86e0a94de1827e96dc459aa9289429021.tar.gz
include what you use
Diffstat (limited to 'src/mongo/shell/shell_utils_extended.cpp')
-rw-r--r--src/mongo/shell/shell_utils_extended.cpp9
1 files changed, 4 insertions, 5 deletions
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 <boost/filesystem/convenience.hpp>
-
#include <fstream>
-#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 {