From eda115850993a70a84d5085af6a6843e02b45c35 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 9 Nov 2014 11:30:14 +0000 Subject: Removed useless #include directive. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10444 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Copy_Surface.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Fl_Copy_Surface.cxx b/src/Fl_Copy_Surface.cxx index 3f3db0d7f..02f1afbd8 100644 --- a/src/Fl_Copy_Surface.cxx +++ b/src/Fl_Copy_Surface.cxx @@ -22,9 +22,6 @@ #if defined(__APPLE__) #include -#if defined(__ppc__) -#include -#endif // __ppc__ Fl_Quartz_Surface_::Fl_Quartz_Surface_(int w, int h) : Fl_System_Printer(), width(w), height(h) { } -- cgit v1.2.3