diff --git a/src/Apis/v1_0.php b/src/Apis/v1_0.php index f9ba0ab..fc7f9b8 100644 --- a/src/Apis/v1_0.php +++ b/src/Apis/v1_0.php @@ -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;