test(common): remove unused import in xsrf spec (#24649)

PR Close #24649
This commit is contained in:
Drummond Dawson 2018-06-24 21:20:58 -04:00 committed by Igor Minar
parent e60737f63c
commit 140248ade0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
* found in the LICENSE file at https://angular.io/license
*/
import {HttpHandler} from '../src/backend';
import {HttpHeaders} from '../src/headers';
import {HttpRequest} from '../src/request';
import {HttpXsrfCookieExtractor, HttpXsrfInterceptor} from '../src/xsrf';