@@ -7,13 +7,11 @@ |
||
7 | 7 | |
8 | 8 | namespace HDNET\Autoloader\Utility; |
9 | 9 | |
10 | -use HDNET\Autoloader\Hooks\ClearCache; |
|
11 | 10 | use TYPO3\CMS\Core\Utility\GeneralUtility; |
12 | 11 | use TYPO3\CMS\Core\Utility\VersionNumberUtility; |
13 | 12 | use TYPO3\CMS\Extbase\Reflection\ClassReflection; |
14 | 13 | use TYPO3\CMS\Extbase\Reflection\MethodReflection; |
15 | 14 | use TYPO3\CMS\Extbase\Reflection\ReflectionService; |
16 | -use TYPO3\CMS\Extbase\Utility\DebuggerUtility; |
|
17 | 15 | |
18 | 16 | /** |
19 | 17 | * Reflection helper. |