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:
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user