Fixed missing use statements.
This commit is contained in:
parent
6a2060c7a6
commit
f60dcc309f
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ use stdClass;
|
||||||
use DOMDocument;
|
use DOMDocument;
|
||||||
use Exception;
|
use Exception;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Uiharu\Colour;
|
|
||||||
use Uiharu\Config;
|
use Uiharu\Config;
|
||||||
use Uiharu\FFMPEG;
|
use Uiharu\FFMPEG;
|
||||||
use Uiharu\IHasMediaInfo;
|
use Uiharu\IHasMediaInfo;
|
||||||
|
@ -16,6 +15,8 @@ use Uiharu\Lookup\EEPROMLookupResult;
|
||||||
use Uiharu\Lookup\YouTubeLookupResult;
|
use Uiharu\Lookup\YouTubeLookupResult;
|
||||||
use Uiharu\Lookup\NicoNicoLookupResult;
|
use Uiharu\Lookup\NicoNicoLookupResult;
|
||||||
use Index\MediaType;
|
use Index\MediaType;
|
||||||
|
use Index\Colour\Colour;
|
||||||
|
use Index\Colour\ColourRGB;
|
||||||
use Index\Data\IDbConnection;
|
use Index\Data\IDbConnection;
|
||||||
use Index\Http\HttpFx;
|
use Index\Http\HttpFx;
|
||||||
use Index\Performance\Stopwatch;
|
use Index\Performance\Stopwatch;
|
||||||
|
|
Loading…
Reference in a new issue