summaryrefslogtreecommitdiff
path: root/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-09 09:51:36 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-05-09 09:51:36 +0200
commit043bac6f8d01e84881dcf90411bca931afd228ca (patch)
tree0734797d47a57d41fa212ba7a5b66cfc0915df84 /src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
parentbcf51371d24283951948470e5ab62ea89e725dbd (diff)
Remove declaration of Fl_Scalable_Graphics_Driver from FL/Fl_Graphics_Driver.H
and declare it in non-public header src/Fl_Scalable_Graphics_Driver.H which also declares classes Fl_Font_Descriptor and Fl_Fontdesc.
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
index a3a7ccf47..b1ddc9f91 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx
@@ -20,7 +20,6 @@
#include "../GDI/Fl_Font.H"
#include <FL/Fl.H>
#include <FL/platform.H>
-#include "../GDI/Fl_GDI_Graphics_Driver.H"
#include <FL/Fl_RGB_Image.H>
#include <FL/fl_ask.H>
#include <stdio.h>