removed obsolete use-statement

This commit is contained in:
Martin Schuhfuss 2011-05-10 16:34:44 +02:00
parent 5387532ff2
commit 9112d8c2d3

View File

@ -11,8 +11,6 @@
namespace Symfony\Component\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
* A simple implementation of ContainerAwareInterface.
*