diff options
Diffstat (limited to 'src/mongo/db/hasher.cpp')
-rw-r--r-- | src/mongo/db/hasher.cpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mongo/db/hasher.cpp b/src/mongo/db/hasher.cpp index 538e588a8d2..1dbb65a12ae 100644 --- a/src/mongo/db/hasher.cpp +++ b/src/mongo/db/hasher.cpp @@ -1,9 +1,3 @@ -/* hasher.cpp - * - * Defines a simple hash function class - */ - - /** * Copyright (C) 2018-present MongoDB, Inc. * @@ -33,6 +27,10 @@ * it in the license file. */ +/** + * Defines a simple hash function class. + */ + #include "mongo/db/hasher.h" |