From efc3ec1b7b54718be4d2f5145342484607b5059e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 12 Apr 2018 12:58:10 +0000 Subject: Remove unnecessary dependency on FL/Fl_Rect.H. Fl_Rect.H is no longer included by Fl_Group.H to avoid unnecessary dependencies on Fl_Rect.H. Currently it is only needed to access the array returned by the protected method bounds(). Also clarified documentation. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Tile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Tile.cxx') diff --git a/src/Fl_Tile.cxx b/src/Fl_Tile.cxx index 249f83add..aa37d8c9b 100644 --- a/src/Fl_Tile.cxx +++ b/src/Fl_Tile.cxx @@ -84,9 +84,9 @@ See also the complete example program in test/tile.cxx. */ -#include #include #include +#include /** Drags the intersection at (\p oldx,\p oldy) to (\p newx,\p newy). -- cgit v1.2.3