Parcourir la source

removed unnecessary forward declaration, and added a comment about the remaining one.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221b@2556 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
4601b4d22e
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/bin/auth/asio_link.h

+ 1 - 3
src/bin/auth/asio_link.h

@@ -30,10 +30,8 @@
 #include <exceptions/exceptions.h>
 
 namespace asio {
+// forward declaration forIOService::get_io_service() below
 class io_service;
-namespace ip {
-class address;
-}
 }
 
 class AuthSrv;