summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref_set.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/field_ref_set.cpp')
-rw-r--r--src/mongo/db/field_ref_set.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/field_ref_set.cpp b/src/mongo/db/field_ref_set.cpp
index 2843f39d655..79741af83d3 100644
--- a/src/mongo/db/field_ref_set.cpp
+++ b/src/mongo/db/field_ref_set.cpp
@@ -36,8 +36,8 @@
namespace mongo {
-using std::vector;
using std::string;
+using std::vector;
namespace {
@@ -52,7 +52,7 @@ StringData safeFirstPart(const FieldRef* fieldRef) {
return fieldRef->getPart(0);
}
}
-}
+} // namespace
bool FieldRefSet::FieldRefPtrLessThan::operator()(const FieldRef* l, const FieldRef* r) const {
return *l < *r;