Merge branch '1869-ios-cocoa' into 'master'

gosxutils: Include Foundation rather than Cocoa

Closes #1869

See merge request GNOME/glib!1589
This commit is contained in:
Philip Withnall 2020-07-27 12:41:27 +00:00
commit 5b429344b5

View File

@ -17,11 +17,7 @@
#include "config.h"
#ifndef HAVE_COCOA
#error "Can only build gutils-macos.m on MacOS"
#endif
#include <Cocoa/Cocoa.h>
#include <Foundation/Foundation.h>
#include "gutils.h"
#include "gstrfuncs.h"