From 645250e1cd8ce9bc1faea599df7a1b05836bfeb8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 29 Dec 2020 16:09:43 +0100 Subject: Split UI code into application/plugin UI and UI library. --- test/imagecachetest.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/imagecachetest.cc') diff --git a/test/imagecachetest.cc b/test/imagecachetest.cc index 5471afb..6fa08d4 100644 --- a/test/imagecachetest.cc +++ b/test/imagecachetest.cc @@ -26,10 +26,8 @@ */ #include -#include - -#include -#include +#include +#include class TestableImageCache : public GUI::ImageCache -- cgit v1.2.3