From 26256aeed24bc16f273da918e9e28b4f3fcdd0d5 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 8 Dec 2012 12:21:11 +0100 Subject: [PATCH] Adds missing import of StyleHandler and removes unused imports --- .../system/package/PackageUninstallationDispatcher.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php index 69c3523fbc..ae6f96ed1e 100644 --- a/wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageUninstallationDispatcher.class.php @@ -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. -- 2.20.1