From b129c5a144dfb116082689ffaaa9ac78e2403656 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 21:16:25 +0800 Subject: ... --- include/cru/platform/graph/painter.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/cru/platform/graph/painter.hpp') diff --git a/include/cru/platform/graph/painter.hpp b/include/cru/platform/graph/painter.hpp index 3ae9cf1c..1f4ab7cb 100644 --- a/include/cru/platform/graph/painter.hpp +++ b/include/cru/platform/graph/painter.hpp @@ -1,10 +1,7 @@ #pragma once -#include "base.hpp" +#include "resource.hpp" namespace cru::platform::graph { -struct IBrush; -struct IGeometry; -struct ITextLayout; struct IPainter : virtual INativeResource { virtual Matrix GetTransform() = 0; -- cgit v1.2.3