diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-02-01 10:47:28 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-02-01 10:47:28 -0500 |
commit | 4f8d71b47519256d70381f2f78ceafa8331aca2d (patch) | |
tree | d33fd12de880df82393a953fd5f6bee99bd699d0 /util/util.cpp | |
parent | aff272915781e39631a0c33e6f56fdfc4cb741d4 (diff) | |
download | mongo-4f8d71b47519256d70381f2f78ceafa8331aca2d.tar.gz |
move util/top to db/stats/top
Diffstat (limited to 'util/util.cpp')
-rw-r--r-- | util/util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/util.cpp b/util/util.cpp index f0864e00764..e82b649a924 100644 --- a/util/util.cpp +++ b/util/util.cpp @@ -18,7 +18,6 @@ #include "stdafx.h" #include "goodies.h" #include "unittest.h" -#include "top.h" #include "file_allocator.h" #include "optime.h" |