From c456dd4eb7a2325bf75b5185c2645b2552d99516 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 27 Mar 2016 17:37:07 +0000 Subject: Remove a bunch of unnecessary #include directives git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11443 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_rect.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/fl_rect.cxx') diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index d8709d8e0..af096d390 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -26,13 +26,8 @@ // Also all fl_clip routines, since they are always linked in so // that minimal update works. -#include -#include "config_lib.h" -#include #include -#include -#include -#include +#include // ----------------------------------------------------------------------------- // all driver code is now in drivers/XXX/Fl_XXX_Graphics_Driver_xyz.cxx @@ -53,7 +48,7 @@ void Fl_Graphics_Driver::clip_region(Fl_Region r) { Fl_Region oldr = rstack[rstackptr]; if (oldr) XDestroyRegion(oldr); rstack[rstackptr] = r; - fl_restore_clip(); + restore_clip(); } -- cgit v1.2.3