app: replace Carbon/Carbon.h by CoreGraphics/CoreGraphics.h.

As asked by Samm and solid_black on IRC.
Apparently tested and the change is fine, while getting rid of
deprecated API. I cannot test myself.
This commit is contained in:
Jehan 2018-06-26 15:50:40 +02:00
parent c6aa613f9c
commit 1b9729d46d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
#endif
#ifdef PLATFORM_OSX
#include <Carbon/Carbon.h>
#include <CoreGraphics/CoreGraphics.h>
#endif
#include "libgimpbase/gimpbase.h"