aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Reports.pm
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-06-10 12:14:15 +0100
committerStruan Donald <struan@exo.org.uk>2011-06-10 12:14:15 +0100
commit5e15e7a7e06117e2c4c3b8edf10c866af71bc5aa (patch)
tree79122d6b6c709aba608e81be38a5413681607a42 /perllib/FixMyStreet/App/Controller/Reports.pm
parent0e163ffb8e8f9b9fa5ca1193ad2f3965f98926ec (diff)
remove Problems.pm
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Reports.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Reports.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Reports.pm b/perllib/FixMyStreet/App/Controller/Reports.pm
index 17ebc8b0c..f2bb13ae4 100644
--- a/perllib/FixMyStreet/App/Controller/Reports.pm
+++ b/perllib/FixMyStreet/App/Controller/Reports.pm
@@ -2,7 +2,6 @@ package FixMyStreet::App::Controller::Reports;
use Moose;
use namespace::autoclean;
-use Problems;
use POSIX qw(strcoll);
use mySociety::MaPit;
use mySociety::VotingArea;