Fixed import order
authorAlexander Ebert <ebert@woltlab.com>
Tue, 30 Oct 2012 16:06:16 +0000 (17:06 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 30 Oct 2012 16:06:16 +0000 (17:06 +0100)
files/lib/acp/form/StyleExportForm.class.php

index 229c7f255b1c3fb2c3ec7c215c0c593397c29b96..063d9ecdc3ff7b177b74a5edb5ed42820b772a5b 100644 (file)
@@ -1,13 +1,11 @@
 <?php
 namespace wcf\acp\form;
 use wcf\data\package\Package;
-
-use wcf\system\exception\UserInputException;
-
 use wcf\data\style\Style;
 use wcf\data\style\StyleEditor;
 use wcf\form\AbstractForm;
 use wcf\system\exception\IllegalLinkException;
+use wcf\system\exception\UserInputException;
 use wcf\system\WCF;
 use wcf\util\StringUtil;