summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-12 18:39:17 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-03-12 18:39:17 +0100
commite659355052d5a86a9770922bf32c74004aff9105 (patch)
tree8ad1e214e3b17b3c548e9838bbd12fcaec86a461 /src/drivers/Quartz
parent4324acc6f6f2bdbf9c86cf08b458c1c0e96e5ae1 (diff)
Remove unneeded #include directive
Diffstat (limited to 'src/drivers/Quartz')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
index 9c4acee95..6dcfd7ca2 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_font.cxx
@@ -76,7 +76,6 @@
#ifdef FL_CFG_GFX_QUARTZ
#include "Fl_Quartz_Graphics_Driver.H"
-#include "../Cocoa/Fl_Cocoa_Screen_Driver.H"
#include "Fl_Font.H"
#include <math.h>
#include <FL/Fl.H>