diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-21 16:44:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-21 16:44:01 +0000 |
commit | be02fdfda244dd18b958dd0759369d842bca00ab (patch) | |
tree | 1557740ab3ef430c527d131fb758821ff1573b57 /perllib/Standard.pm | |
parent | e088d79b83456d5650d99d3fe71bf31e63909886 (diff) |
Tidy up map importing a bit.
Diffstat (limited to 'perllib/Standard.pm')
-rw-r--r-- | perllib/Standard.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/Standard.pm b/perllib/Standard.pm index 293bf8ad8..571065c14 100644 --- a/perllib/Standard.pm +++ b/perllib/Standard.pm @@ -19,8 +19,6 @@ use lib "$FindBin::Bin/../perllib"; use lib "$FindBin::Bin/../commonlib/perllib"; use Page; -use FixMyStreet::Map::Utils; -use FixMyStreet::Map::Tilma::Original::1_10k; package Standard; |