diff options
author | Dan Pasette <dan@10gen.com> | 2013-05-13 19:47:49 -0400 |
---|---|---|
committer | Dan Pasette <dan@10gen.com> | 2013-07-24 17:26:42 -0400 |
commit | 737faaff67f71ebee46e115f5278c48e62617a1e (patch) | |
tree | af14abde3054cf2a4932df629c5ac729e0fe847f /src/mongo/dbtests/histogram_test.cpp | |
parent | 899c017dd024f487d0601ec7a9b5389b723adf9a (diff) | |
download | mongo-737faaff67f71ebee46e115f5278c48e62617a1e.tar.gz |
Clean up #includes to conform with coding standard
Diffstat (limited to 'src/mongo/dbtests/histogram_test.cpp')
-rw-r--r-- | src/mongo/dbtests/histogram_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/dbtests/histogram_test.cpp b/src/mongo/dbtests/histogram_test.cpp index e9cbb5bdf25..168cefa639f 100644 --- a/src/mongo/dbtests/histogram_test.cpp +++ b/src/mongo/dbtests/histogram_test.cpp @@ -16,10 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "../pch.h" +#include "mongo/pch.h" -#include "dbtests.h" -#include "../util/histogram.h" +#include "mongo/dbtests/dbtests.h" +#include "mongo/util/histogram.h" namespace mongo { |