From ada0471b27a452285c8749ec4b665751548d14fe Mon Sep 17 00:00:00 2001
From: Antonin <antonin.murtin@gmail.com>
Date: Wed, 27 Apr 2016 00:10:31 +0200
Subject: [PATCH] Removing unused imports.

---
 action/add_comment.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/action/add_comment.php b/action/add_comment.php
index bc46ed09..96258f13 100644
--- a/action/add_comment.php
+++ b/action/add_comment.php
@@ -23,8 +23,6 @@ use Framadate\Services\MailService;
 use Framadate\Services\NotificationService;
 use Framadate\Services\SecurityService;
 use Framadate\Message;
-use Framadate\Utils;
-use Framadate\Editable;
 
 include_once __DIR__ . '/../app/inc/init.php';
 
-- 
GitLab