Browse Source

removed unnecessary header file <string>, which can be harmful in some environment.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1686 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
b218fa9c06
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/xfr/python_xfr.cc

+ 0 - 1
src/lib/xfr/python_xfr.cc

@@ -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>