Move includes of gdkinternal-quartz.h from headers to impl files.

gdkinternal-quartz.h isn't installed but the headers that included
it are, which which would cause the build to fail if an external
project included one of them.

Also changed the includes in gdkinteral-quartz.h to local for
faster loading.
This commit is contained in:
John Ralls
2021-09-07 11:08:11 -07:00
parent 7e732caa1e
commit e9d4b0dda0
8 changed files with 14 additions and 11 deletions

View File

@ -22,6 +22,7 @@
#include "gdkmonitor-quartz.h"
#include "gdkdisplay-quartz.h"
#include "gdkinternal-quartz.h"
G_DEFINE_TYPE (GdkQuartzMonitor, gdk_quartz_monitor, GDK_TYPE_MONITOR)