summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_utils_launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_utils_launcher.h')
-rw-r--r--src/mongo/shell/shell_utils_launcher.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mongo/shell/shell_utils_launcher.h b/src/mongo/shell/shell_utils_launcher.h
index 4a5df16c5ca..0b79180fc19 100644
--- a/src/mongo/shell/shell_utils_launcher.h
+++ b/src/mongo/shell/shell_utils_launcher.h
@@ -1,4 +1,3 @@
-// mongo/shell/shell_utils_launcher.h
/*
* Copyright 2010 10gen Inc.
*
@@ -38,10 +37,10 @@
#include "mongo/bson/bsonobj.h"
#include "mongo/platform/process_id.h"
-#include "mongo/platform/unordered_map.h"
-#include "mongo/platform/unordered_set.h"
#include "mongo/stdx/mutex.h"
#include "mongo/stdx/thread.h"
+#include "mongo/stdx/unordered_map.h"
+#include "mongo/stdx/unordered_set.h"
namespace mongo {
@@ -142,5 +141,5 @@ private:
ProcessId _pid;
std::string _name;
};
-}
-}
+} // namespace shell_utils
+} // namespace mongo