Removed useless #include directive.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10444 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2014-11-09 11:30:14 +00:00
parent e037083a5b
commit eda1158509

View File

@ -22,9 +22,6 @@
#if defined(__APPLE__)
#include <ApplicationServices/ApplicationServices.h>
#if defined(__ppc__)
#include <QuickTime/QuickTimeComponents.h>
#endif // __ppc__
Fl_Quartz_Surface_::Fl_Quartz_Surface_(int w, int h) : Fl_System_Printer(), width(w), height(h) {
}