summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/top.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-10-10 11:06:39 -0400
committerEliot Horowitz <eliot@10gen.com>2012-10-10 11:34:19 -0400
commit03e7e381365e903c1ac2ab28d74d8d3064e886b2 (patch)
treea3f5501e5cfa44bc9df03951a4008a375fc8bb44 /src/mongo/db/stats/top.cpp
parentd4325f06d5301882c9ee3254d17a54b2301832b4 (diff)
downloadmongo-03e7e381365e903c1ac2ab28d74d8d3064e886b2.tar.gz
new style include format
Diffstat (limited to 'src/mongo/db/stats/top.cpp')
-rw-r--r--src/mongo/db/stats/top.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/db/stats/top.cpp b/src/mongo/db/stats/top.cpp
index 0fcb5d2feb5..9886ec4fd04 100644
--- a/src/mongo/db/stats/top.cpp
+++ b/src/mongo/db/stats/top.cpp
@@ -16,10 +16,10 @@
*/
-#include "pch.h"
-#include "top.h"
-#include "../../util/net/message.h"
-#include "../commands.h"
+#include "mongo/pch.h"
+#include "mongo/db/stats/top.h"
+#include "mongo/util/net/message.h"
+#include "mongo/db/commands.h"
namespace mongo {