71b9523407
Stop tracking build_config.h in our repo, it can be now part of the release tarball. It was a mistake in the past to think that this is generated code, it's just external code. Change-Id: Ife2fed362e28c53859399244e2f1247efb1efe86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131695 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
23 lines
618 B
Diff
23 lines
618 B
Diff
-*- Mode: Diff -*-
|
|
--- a/core/fxge/apple/fx_quartz_device.h
|
|
+++ b/core/fxge/apple/fx_quartz_device.h
|
|
@@ -7,7 +7,7 @@
|
|
#ifndef CORE_FXGE_APPLE_FX_QUARTZ_DEVICE_H_
|
|
#define CORE_FXGE_APPLE_FX_QUARTZ_DEVICE_H_
|
|
|
|
-#include <Carbon/Carbon.h>
|
|
+#include <CoreGraphics/CoreGraphics.h>
|
|
#include <stdint.h>
|
|
|
|
#include "core/fxcrt/retain_ptr.h"
|
|
--- a/core/fpdfapi/font/cpdf_type1font.cpp
|
|
+++ b/core/fpdfapi/font/cpdf_type1font.cpp
|
|
@@ -19,7 +19,7 @@
|
|
#include "core/fxge/fx_freetype.h"
|
|
|
|
#if BUILDFLAG(IS_APPLE)
|
|
-#include <Carbon/Carbon.h>
|
|
+#include <CoreGraphics/CoreGraphics.h>
|
|
#endif // BUILDFLAG(IS_APPLE)
|
|
|
|
namespace {
|