summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.cpp')
-rw-r--r--src/mongo/shell/shell_utils_launcher.cpp6
1 files changed, 3 insertions, 3 deletions
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 {