Fixed missing use statements.

This commit is contained in:
flash 2023-10-31 18:27:49 +00:00
parent 6a2060c7a6
commit f60dcc309f
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,6 @@ use stdClass;
use DOMDocument;
use Exception;
use InvalidArgumentException;
use Uiharu\Colour;
use Uiharu\Config;
use Uiharu\FFMPEG;
use Uiharu\IHasMediaInfo;
@ -16,6 +15,8 @@ use Uiharu\Lookup\EEPROMLookupResult;
use Uiharu\Lookup\YouTubeLookupResult;
use Uiharu\Lookup\NicoNicoLookupResult;
use Index\MediaType;
use Index\Colour\Colour;
use Index\Colour\ColourRGB;
use Index\Data\IDbConnection;
use Index\Http\HttpFx;
use Index\Performance\Stopwatch;