[svn] commit: r1686 - /trunk/src/lib/xfr/python_xfr.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 7 19:28:41 UTC 2010
Author: jinmei
Date: Wed Apr 7 19:28:41 2010
New Revision: 1686
Log:
removed unnecessary header file <string>, which can be harmful in some environment.
Modified:
trunk/src/lib/xfr/python_xfr.cc
Modified: trunk/src/lib/xfr/python_xfr.cc
==============================================================================
--- trunk/src/lib/xfr/python_xfr.cc (original)
+++ trunk/src/lib/xfr/python_xfr.cc Wed Apr 7 19:28:41 2010
@@ -14,7 +14,6 @@
// $Id: message_python.cc 2010-03-08 18:44:00 feng $
-#include <string>
#include <boost/python.hpp>
#include <boost/python/class.hpp>
#include <boost/python/module.hpp>
More information about the bind10-changes
mailing list