removed unneeded use statements

This commit is contained in:
Fabien Potencier 2014-01-01 10:18:08 +01:00
parent 18d69a8ff2
commit 64c70957e5

View File

@ -11,7 +11,6 @@
namespace Symfony\Component\EventDispatcher\Debug;
use Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\EventDispatcher\Event;