Browse Source

cleanup: removed unnecessary header files to be included.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1381 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
488614f809
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/auth/common.h

+ 0 - 3
src/bin/auth/common.h

@@ -17,9 +17,6 @@
 #ifndef __COMMON_H
 #define __COMMON_H 1
 
-#include <stdlib.h>
-#include <string>
-
 #include <exceptions/exceptions.h>
 
 class FatalError : public isc::Exception {