summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx/Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibGfx/Forward.h')
-rw-r--r--Libraries/LibGfx/Forward.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Libraries/LibGfx/Forward.h b/Libraries/LibGfx/Forward.h
index 6a6378c9b2..befacc8171 100644
--- a/Libraries/LibGfx/Forward.h
+++ b/Libraries/LibGfx/Forward.h
@@ -43,10 +43,10 @@ class Painter;
class Palette;
class PaletteImpl;
class Path;
-class Point;
-class Rect;
+class IntPoint;
+class IntRect;
class ShareableBitmap;
-class Size;
+class IntSize;
class StylePainter;
struct SystemTheme;
class Triangle;