summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/stats/top.h')
-rw-r--r--src/mongo/db/stats/top.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mongo/db/stats/top.h b/src/mongo/db/stats/top.h
index 29b40f6cca2..f1586a2b05e 100644
--- a/src/mongo/db/stats/top.h
+++ b/src/mongo/db/stats/top.h
@@ -1,6 +1,3 @@
-// top.h : DB usage monitor.
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -32,6 +29,10 @@
#pragma once
+/**
+ * DB usage monitor.
+ */
+
#include <boost/date_time/posix_time/posix_time.hpp>
#include "mongo/db/commands.h"