summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.h
diff options
context:
space:
mode:
authorAdam Midvidy <amidvidy@gmail.com>2015-06-17 18:50:18 -0400
committerAdam Midvidy <amidvidy@gmail.com>2015-06-18 12:23:32 -0400
commitc9c29cb2c7c0a1f6e79ea724e2ba91b3b1548983 (patch)
treed0615a4867789988cb5e984da5863d1a2963f243 /src/mongo/shell/shell_utils_launcher.h
parent27042c685ee46baf0066186fca1d46b34ac2b440 (diff)
downloadmongo-c9c29cb2c7c0a1f6e79ea724e2ba91b3b1548983.tar.gz
SERVER-18723 boost -> stdx for recursive_mutex
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.h')
-rw-r--r--src/mongo/shell/shell_utils_launcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.h b/src/mongo/shell/shell_utils_launcher.h
index 6cb5f5687b3..c0e038cc016 100644
--- a/src/mongo/shell/shell_utils_launcher.h
+++ b/src/mongo/shell/shell_utils_launcher.h
@@ -27,11 +27,9 @@
* then also delete it in the license file.
*/
-
#pragma once
#include <boost/filesystem/convenience.hpp>
-#include <boost/thread/recursive_mutex.hpp>
#include <map>
#include <sstream>
#include <string>