removed namespaces

This commit is contained in:
kremsy 2014-01-20 09:37:37 +01:00 committed by Steffen Schröder
parent 7d8ba59771
commit 796d46f199
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
<?php
namespace ManiaControl\Plugins;
use ManiaControl\Commands\CommandListener;
use ManiaControl\ManiaControl;
use ManiaControl\Players\Player;

View File

@ -1,7 +1,5 @@
<?php
namespace ManiaControl\Plugins;
use FML\Controls\Control;
use FML\Controls\Frame;
use FML\Controls\Gauge;