Browse Source

remove the head file which shouldn't be includeds and namespace declear

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221@2181 e5f2f494-b856-4b98-b285-d166d9295462
Han Feng 15 years ago
parent
commit
b052de54e6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      feng-authnotify/src/bin/auth/asio_link.h

+ 0 - 2
feng-authnotify/src/bin/auth/asio_link.h

@@ -19,13 +19,11 @@
 
 
 #include <string.h>
-#include <asio.hpp>
 #include <dns/message.h>
 
 class AuthSrv;
 namespace asio_link {
 struct IOServiceImpl;
-using namespace asio::ip;
 
 ///\brief stands for one query client including its network information and query message
 class UserInfo