summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-02 13:53:41 +0000
committerManolo Gouy <Manolo>2016-04-02 13:53:41 +0000
commit09e0864f3e8351633f622364912e6cce20dc01a9 (patch)
tree0b27cdf49fab0e111b38a2cbaa3c683f971d3f44
parent851c17d43b07daa5621a47da7fa3148f4c4f7498 (diff)
Remove #include directive for Fl_Font.H from mac.H
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11510 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/mac.H1
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index 0a6256967..e631af305 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -107,7 +107,6 @@ struct flCocoaRegion {
}; // a region is the union of a series of rectangles
# include <FL/Fl_Window.H>
-#include "../src/drivers/Quartz/Fl_Font.H"
#ifndef CGFLOAT_DEFINED //appears with 10.5 in CGBase.h
#if defined(__LP64__) && __LP64__
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
index eca6fb5d2..7147ba4d5 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
@@ -21,6 +21,7 @@
#include "Fl_Quartz_Graphics_Driver.h"
#include "../Darwin/Fl_Darwin_System_Driver.H"
+#include "Fl_Font.H"
#include <math.h>
#include <FL/Fl.H>
#include <FL/x.H>