summaryrefslogtreecommitdiff
path: root/lib/webrick/httpauth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/httpauth.rb')
-rw-r--r--lib/webrick/httpauth.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/webrick/httpauth.rb b/lib/webrick/httpauth.rb
index 3f0b83339d..b78c40fd04 100644
--- a/lib/webrick/httpauth.rb
+++ b/lib/webrick/httpauth.rb
@@ -8,7 +8,6 @@
#
# $IPR: httpauth.rb,v 1.14 2003/07/22 19:20:42 gotoyuzo Exp $
-require 'base64'
require 'webrick/httpauth/basicauth'
require 'webrick/httpauth/digestauth'
require 'webrick/httpauth/htpasswd'