summaryrefslogtreecommitdiff
path: root/src/mongo/shell
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
parente909c2f3aa58b7c986546e7752a7d688397dcba0 (diff)
downloadmongo-0907e792cf1450659dc37d09a835fb41587c0217.tar.gz
includes
Diffstat (limited to 'src/mongo/shell')
-rw-r--r--src/mongo/shell/shell_utils.cpp8
-rw-r--r--src/mongo/shell/shell_utils_extended.cpp8
-rw-r--r--src/mongo/shell/shell_utils_launcher.cpp6
-rw-r--r--src/mongo/shell/shell_utils_launcher.h1
4 files changed, 12 insertions, 11 deletions
diff --git a/src/mongo/shell/shell_utils.cpp b/src/mongo/shell/shell_utils.cpp
index 6f56e55a44e..fedb34551ea 100644
--- a/src/mongo/shell/shell_utils.cpp
+++ b/src/mongo/shell/shell_utils.cpp
@@ -17,10 +17,10 @@
#include "pch.h"
-#include "shell_utils.h"
-#include "shell_utils_extended.h"
-#include "shell_utils_launcher.h"
-#include "../util/processinfo.h"
+#include "mongo/shell/shell_utils.h"
+#include "mongo/shell/shell_utils_extended.h"
+#include "mongo/shell/shell_utils_launcher.h"
+#include "mongo/util/processinfo.h"
#include "mongo/client/dbclientinterface.h"
#include "mongo/scripting/engine.h"
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 {
diff --git a/src/mongo/shell/shell_utils_launcher.cpp b/src/mongo/shell/shell_utils_launcher.cpp
index d1690c56301..5435885232f 100644
--- a/src/mongo/shell/shell_utils_launcher.cpp
+++ b/src/mongo/shell/shell_utils_launcher.cpp
@@ -32,9 +32,9 @@
# include <sys/wait.h>
#endif
-#include "shell_utils.h"
-#include "shell_utils_launcher.h"
-#include "../client/clientOnly-private.h"
+#include "mongo/shell/shell_utils.h"
+#include "mongo/shell/shell_utils_launcher.h"
+#include "mongo/client/clientOnly-private.h"
#include "mongo/scripting/engine.h"
namespace mongo {
diff --git a/src/mongo/shell/shell_utils_launcher.h b/src/mongo/shell/shell_utils_launcher.h
index 81c3233aa9b..f563015cddf 100644
--- a/src/mongo/shell/shell_utils_launcher.h
+++ b/src/mongo/shell/shell_utils_launcher.h
@@ -19,6 +19,7 @@
#pragma once
#include <boost/filesystem/convenience.hpp>
+#include <boost/thread/recursive_mutex.hpp>
namespace mongo {