diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 01:30:37 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-05 01:30:37 +0000 |
commit | 60eca55e1b6eebfc3b013bf2b095fe716a0f55a7 (patch) | |
tree | d927cae78380e0d8ad645f54cec4458bc4add9fa /remoting | |
parent | e57052dfc263904958aab228c15df44c26386295 (diff) | |
download | chromium_src-60eca55e1b6eebfc3b013bf2b095fe716a0f55a7.zip chromium_src-60eca55e1b6eebfc3b013bf2b095fe716a0f55a7.tar.gz chromium_src-60eca55e1b6eebfc3b013bf2b095fe716a0f55a7.tar.bz2 |
Remove some unused includes.
Review URL: http://codereview.chromium.org/10310024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/protocol/authentication_method.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/remoting/protocol/authentication_method.cc b/remoting/protocol/authentication_method.cc index 97dca63..fc9289f 100644 --- a/remoting/protocol/authentication_method.cc +++ b/remoting/protocol/authentication_method.cc @@ -7,8 +7,6 @@ #include "base/logging.h" #include "crypto/hmac.h" #include "remoting/protocol/auth_util.h" -#include "remoting/protocol/v1_authenticator.h" -#include "remoting/protocol/v2_authenticator.h" namespace remoting { namespace protocol { |