Remove unused requires from tests

This commit is contained in:
Tim Schaub
2016-08-07 23:13:28 -06:00
parent ed5dbd1293
commit c203f6a841
18 changed files with 0 additions and 32 deletions

View File

@@ -2,7 +2,6 @@ goog.provide('ol.test.layer.Group');
goog.require('ol.array');
goog.require('ol.Collection');
goog.require('ol.events');
goog.require('ol.extent');
goog.require('ol.layer.Group');
goog.require('ol.layer.Layer');