summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2018-04-13 08:49:52 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2018-04-13 15:02:37 -0400
commit8cca1f4c2b19c5f430ed3cb330fd2ef7a925b12f (patch)
tree3fe722f46172ef9b4d729f6049ab0863946d3ac2 /src/mongo/db/commands
parentae329950ae47013397202e48f27b0e318ac6bc10 (diff)
downloadmongo-8cca1f4c2b19c5f430ed3cb330fd2ef7a925b12f.tar.gz
SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/set_feature_compatibility_version_command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
index b2d51674352..2d62ac9f343 100644
--- a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
+++ b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
@@ -46,8 +46,8 @@
#include "mongo/rpc/get_status_from_command_result.h"
#include "mongo/s/catalog/type_collection.h"
#include "mongo/s/catalog_cache.h"
+#include "mongo/s/database_version_helpers.h"
#include "mongo/s/grid.h"
-#include "mongo/s/versioning.h"
#include "mongo/util/exit.h"
#include "mongo/util/fail_point_service.h"
#include "mongo/util/scopeguard.h"