diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-23 18:14:00 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-08-23 20:15:48 +0200 |
commit | d5586c9dd5450c8721821ff2072ed08575d3bc3f (patch) | |
tree | 8a09582f333dc38459aebf7bc9788d1b354357e3 /vcl/osx | |
parent | e2a54acaf123c61e3be291f8c84a88effae880a1 (diff) |
Removed duplicated includes
Change-Id: I2f922fb107a6e077d005ad3459a8d39009b90d03
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120897
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/salinst.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index dbdb8038b493..057dbf8d605a 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -73,7 +73,6 @@ #include <apple_remote/RemoteControl.h> #include <postmac.h> -#include <config_features.h> #if HAVE_FEATURE_SKIA #include <vcl/skia/SkiaHelper.hxx> #include <skia/salbmp.hxx> |