summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>