summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.cpp
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-12-30 22:55:45 -0500
committerdwight <dwight@10gen.com>2011-12-30 22:55:45 -0500
commit8ab6ded98f04ceb2d5c9fe4549b8c28bb53e28eb (patch)
treebec04a60db3f2a9f05037ab03b491e9f995e63db /src/mongo/util/log.cpp
parent5dcf40b76d94ffcb3a33a1c4a2f6c625ed730869 (diff)
downloadmongo-8ab6ded98f04ceb2d5c9fe4549b8c28bb53e28eb.tar.gz
we dont want to use assert.h
Diffstat (limited to 'src/mongo/util/log.cpp')
-rw-r--r--src/mongo/util/log.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/util/log.cpp b/src/mongo/util/log.cpp
index aa249597b57..69eed2fec23 100644
--- a/src/mongo/util/log.cpp
+++ b/src/mongo/util/log.cpp
@@ -18,8 +18,6 @@
#include "pch.h"
#include "assert_util.h"
-#include "assert.h"
-#include <cmath>
#include "time_support.h"
using namespace std;