summaryrefslogtreecommitdiff
path: root/src/mongo/db/hasher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/hasher.h')
-rw-r--r--src/mongo/db/hasher.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mongo/db/hasher.h b/src/mongo/db/hasher.h
index fbb7e21e6f7..cf70b42f154 100644
--- a/src/mongo/db/hasher.h
+++ b/src/mongo/db/hasher.h
@@ -1,9 +1,3 @@
-/* hasher.h
- *
- * Defines a simple hash function class
- */
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -35,6 +29,11 @@
#pragma once
+/**
+ * Defines a simple hash function class
+ */
+
+
#include "mongo/base/disallow_copying.h"
#include "mongo/bson/bsonelement.h"