summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/sasl_options.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-27 08:50:34 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-29 09:46:28 +0000
commitd5978f3d85b3764a3876553a893f458485dc6d3d (patch)
tree83dc996e6c2f66353c5e1220911053407c5b87d5 /src/mongo/db/auth/sasl_options.cpp
parent6acc65f52de00bd9caa45e582e65a8669424b4dc (diff)
downloadmongo-d5978f3d85b3764a3876553a893f458485dc6d3d.tar.gz
SERVER-68826 Move logical_time into server_base
Diffstat (limited to 'src/mongo/db/auth/sasl_options.cpp')
-rw-r--r--src/mongo/db/auth/sasl_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/sasl_options.cpp b/src/mongo/db/auth/sasl_options.cpp
index 63414acc3a1..03dd0d86245 100644
--- a/src/mongo/db/auth/sasl_options.cpp
+++ b/src/mongo/db/auth/sasl_options.cpp
@@ -30,7 +30,6 @@
#include "mongo/db/auth/sasl_options.h"
#include "mongo/db/auth/sasl_options_gen.h"
#include "mongo/db/stats/counters.h"
-
#include "mongo/util/text.h"
namespace mongo {