[svn] commit: r523 - in /branches/parkinglot/src/lib/cc/cpp: data.h data_def.cc session.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 26 20:46:42 UTC 2010


Author: jelte
Date: Tue Jan 26 20:46:42 2010
New Revision: 523

Log:
some minor include fixes

Modified:
    branches/parkinglot/src/lib/cc/cpp/data.h
    branches/parkinglot/src/lib/cc/cpp/data_def.cc
    branches/parkinglot/src/lib/cc/cpp/session.h

Modified: branches/parkinglot/src/lib/cc/cpp/data.h
==============================================================================
--- branches/parkinglot/src/lib/cc/cpp/data.h (original)
+++ branches/parkinglot/src/lib/cc/cpp/data.h Tue Jan 26 20:46:42 2010
@@ -22,8 +22,6 @@
 #include <map>
 #include <boost/shared_ptr.hpp>
 #include <stdexcept>
-
-#include <iostream>
 
 namespace isc { namespace data {
 

Modified: branches/parkinglot/src/lib/cc/cpp/data_def.cc
==============================================================================
--- branches/parkinglot/src/lib/cc/cpp/data_def.cc (original)
+++ branches/parkinglot/src/lib/cc/cpp/data_def.cc Tue Jan 26 20:46:42 2010
@@ -2,6 +2,7 @@
 #include "data_def.h"
 
 #include <sstream>
+#include <iostream>
 
 #include <boost/foreach.hpp>
 

Modified: branches/parkinglot/src/lib/cc/cpp/session.h
==============================================================================
--- branches/parkinglot/src/lib/cc/cpp/session.h (original)
+++ branches/parkinglot/src/lib/cc/cpp/session.h Tue Jan 26 20:46:42 2010
@@ -4,8 +4,6 @@
 #include <string>
 #include <vector>
 #include <map>
-
-#include <iostream>
 
 #include "data.h"
 




More information about the bind10-changes mailing list