summaryrefslogtreecommitdiff
path: root/src/mongo/bson
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-04 01:12:26 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:02 -0500
commit99ce8f87a164d48fd899699bb678d456eaa1323a (patch)
tree71d43a7ace8e6039a2586881986b937ac87242d1 /src/mongo/bson
parentb118aa80968dd9e585f8f34b4599bbabefdf6a99 (diff)
downloadmongo-99ce8f87a164d48fd899699bb678d456eaa1323a.tar.gz
SERVER-13256 Scope iostream more narrowly
Diffstat (limited to 'src/mongo/bson')
-rw-r--r--src/mongo/bson/optime.h1
-rw-r--r--src/mongo/bson/util/builder.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/bson/optime.h b/src/mongo/bson/optime.h
index 099520b6c41..8871f7c4488 100644
--- a/src/mongo/bson/optime.h
+++ b/src/mongo/bson/optime.h
@@ -28,7 +28,6 @@
#pragma once
#include <boost/thread/condition.hpp>
-#include <iostream>
#include <sstream>
#include "mongo/util/assert_util.h"
diff --git a/src/mongo/bson/util/builder.h b/src/mongo/bson/util/builder.h
index ae310740511..3833e6747db 100644
--- a/src/mongo/bson/util/builder.h
+++ b/src/mongo/bson/util/builder.h
@@ -30,7 +30,6 @@
#pragma once
#include <cfloat>
-#include <iostream>
#include <sstream>
#include <stdio.h>
#include <string>