Unnecessary ol.Tile requires

This commit is contained in:
Tim Schaub
2014-06-27 19:57:54 -04:00
parent 997517110c
commit 2ec63b6c58
10 changed files with 0 additions and 10 deletions

View File

@@ -2,7 +2,6 @@ goog.provide('ol.TileCache');
goog.require('goog.asserts');
goog.require('ol');
goog.require('ol.Tile');
goog.require('ol.TileCoord');
goog.require('ol.TileRange');
goog.require('ol.structs.LRUCache');