lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit f32b7faf33778282a9519d75fc0a130aa93b3144 Author: mwarner <[email protected]> AuthorDate: Thu Nov 25 16:47:47 2021 -0500 Commit: Stephan Bergmann <[email protected]> CommitDate: Fri Nov 26 08:53:30 2021 +0100 Unused Import of Carbon.h in macspellimp.hxx The macspellimp.hxx file was needlessly importing Carbon/Carbon.h Change-Id: I22ee6bf5c39b52fb09409983f52803e58459f2e7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125853 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index dc9ad055d3bc..0967ecaef685 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx @@ -24,7 +24,6 @@ #include <premac.h> #ifdef MACOSX -#include <Carbon/Carbon.h> #import <Cocoa/Cocoa.h> #else #include <UIKit/UIKit.h>
