functions that were in C4::Interface::CGI::Output are now in C4::Output.
[koha.git] / tools / overduerules.pl
index 75948b2..5bdec70 100755 (executable)
@@ -21,11 +21,8 @@ use strict;
 use CGI;
 use C4::Context;
 use C4::Output;
-
 use C4::Auth;
-use C4::Output;
 use C4::Koha;
-use C4::Interface::CGI::Output;
 use C4::Branch; # GetBranches
 use C4::Letters;