mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 20:30:15 +00:00
Fix attempted inclusion of local headers with system brackets.
This commit is contained in:
parent
e58b19db04
commit
179004f0a7
@ -21,7 +21,7 @@
|
||||
#define __GDK_QUARTZ_DEVICE_MANAGER_CORE__
|
||||
|
||||
#include <gdkdevicemanagerprivate.h>
|
||||
#include <gdkquartzdevicemanager-core.h>
|
||||
#include "gdkquartzdevicemanager-core.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define __GDK_QUARTZ_DND__
|
||||
|
||||
#include <gdkdndprivate.h>
|
||||
#include <gdkquartzdnd.h>
|
||||
#include "gdkquartzdnd.h"
|
||||
|
||||
#include <AppKit/AppKit.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user