Remove unnecessary header includes in //printing/metafile.h
This CL removes uncessary CoreFoundation.h and base/mac/scoped_cftyperef.h header includes in /printing/metafile.h because there is no use in the file. Bug: 1415248 Change-Id: Ia6193bc20c1c6cfe5fbde81d26638f5fc43f97ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4290549 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/main@{#1111311}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
ef7bb718d5
commit
31a3506a6a
@ -19,9 +19,7 @@
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
#include <windows.h>
|
||||
#elif BUILDFLAG(IS_APPLE)
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
#include "base/mac/scoped_cftyperef.h"
|
||||
#endif
|
||||
|
||||
namespace base {
|
||||
|
Reference in New Issue
Block a user