From a0aef0292eac7debd290ad38719d5cc86370cbc1 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Mon, 10 Aug 2015 15:08:07 +0200 Subject: [PATCH] + Remove misc module in http --- centreon/plugins/http.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon/plugins/http.pm b/centreon/plugins/http.pm index ff9b96b9e..a1bf9ea3e 100644 --- a/centreon/plugins/http.pm +++ b/centreon/plugins/http.pm @@ -22,7 +22,6 @@ package centreon::plugins::http; use strict; use warnings; -use centreon::plugins::misc; use LWP::UserAgent; use HTTP::Cookies; use URI;