Fixed MP engines, only load what we need
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / Apache / MP13.pm
index 8b37fa0..6415457 100644 (file)
@@ -6,7 +6,6 @@ use base 'Catalyst::Engine::Apache::Base';
 use Apache            ();
 use Apache::Constants ();
 use Apache::Request   ();
-use Apache::Cookie    ();
 
 Apache::Constants->import(':common');