Remove use NCIPServer::NCIP from lib/NCIPResponder.pm.
authorJason Stephenson <jstephenson@mvlc.org>
Tue, 3 Sep 2013 15:20:39 +0000 (11:20 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Tue, 3 Sep 2013 15:20:39 +0000 (11:20 -0400)
This one slipped through when I started integrating Alan's code.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
lib/NCIPResponder.pm

index 21714e5..e16ace4 100644 (file)
@@ -7,7 +7,6 @@ use FileHandle;
 use Apache2::Const -compile => qw(OK :log :http :methods :cmd_how :override);
 use Apache2::RequestRec ();
 use Apache2::RequestIO ();
-use NCIPServer::NCIP;
 
 sub handler {
     my $r = shift;