summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_extended.cpp
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2012-04-09 16:26:18 -0700
committerAaron <aaron@10gen.com>2012-04-10 20:21:56 -0700
commit0907e792cf1450659dc37d09a835fb41587c0217 (patch)
tree939337ecadfbb2b0758d76c2f0ac2a2586c13f55 /src/mongo/shell/shell_utils_extended.cpp
parente909c2f3aa58b7c986546e7752a7d688397dcba0 (diff)
downloadmongo-0907e792cf1450659dc37d09a835fb41587c0217.tar.gz
includes
Diffstat (limited to 'src/mongo/shell/shell_utils_extended.cpp')
-rw-r--r--src/mongo/shell/shell_utils_extended.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/shell/shell_utils_extended.cpp b/src/mongo/shell/shell_utils_extended.cpp
index b837bca0441..5d1ac3adfae 100644
--- a/src/mongo/shell/shell_utils_extended.cpp
+++ b/src/mongo/shell/shell_utils_extended.cpp
@@ -23,10 +23,10 @@
#include "mongo/util/net/sock.h"
-#include "shell_utils.h"
-#include "shell_utils_launcher.h"
-#include "../util/md5.hpp"
-#include "../util/file.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"
namespace mongo {