Adds missing import of StyleHandler and removes unused imports
authorMatthias Schmidt <gravatronics@live.com>
Sat, 8 Dec 2012 11:21:11 +0000 (12:21 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 8 Dec 2012 11:21:11 +0000 (12:21 +0100)
wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php

index 69c3523fbc61d5047ba5e93f2ddcd442ddd6fb18..ae6f96ed1e19abd1acd5737377ea2b7d8f1d4959 100644 (file)
@@ -10,11 +10,10 @@ use wcf\system\cache\CacheHandler;
 use wcf\system\exception\IllegalLinkException;
 use wcf\system\exception\SystemException;
 use wcf\system\language\LanguageFactory;
-use wcf\system\request\LinkHandler;
 use wcf\system\setup\Uninstaller;
+use wcf\system\style\StyleHandler;
 use wcf\system\WCF;
 use wcf\util\FileUtil;
-use wcf\util\HeaderUtil;
 
 /**
  * Handles the whole uninstallation process.