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 6d4a14082c
commit ff3550c304

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';