diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/DropTarget.cxx | 3 | ||||
-rw-r--r-- | vcl/osx/PictToBmpFlt.cxx | 4 | ||||
-rw-r--r-- | vcl/osx/cuidraw.hxx | 2 | ||||
-rw-r--r-- | vcl/osx/vclnsapp.mm | 1 |
4 files changed, 1 insertions, 9 deletions
diff --git a/vcl/osx/DropTarget.cxx b/vcl/osx/DropTarget.cxx index d9e34030d11f..c254c56ebf72 100644 --- a/vcl/osx/DropTarget.cxx +++ b/vcl/osx/DropTarget.cxx @@ -26,9 +26,6 @@ #include "DragActionConversion.hxx" #include "DragSource.hxx" #include <rtl/ustring.h> -#include <premac.h> -#include <Carbon/Carbon.h> -#include <postmac.h> #include <osx/salframe.h> #include <osx/salframeview.h> #include <cppuhelper/supportsservice.hxx> diff --git a/vcl/osx/PictToBmpFlt.cxx b/vcl/osx/PictToBmpFlt.cxx index a818cb5e752d..3533d830be8f 100644 --- a/vcl/osx/PictToBmpFlt.cxx +++ b/vcl/osx/PictToBmpFlt.cxx @@ -17,10 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <premac.h> -#include <Carbon/Carbon.h> -#include <postmac.h> - #include <string.h> #include "PictToBmpFlt.hxx" diff --git a/vcl/osx/cuidraw.hxx b/vcl/osx/cuidraw.hxx index de625ce0a8a9..0338a5ec06ae 100644 --- a/vcl/osx/cuidraw.hxx +++ b/vcl/osx/cuidraw.hxx @@ -22,7 +22,7 @@ #include <sal/config.h> #include <premac.h> -#include <Carbon/Carbon.h> +#include <CoreFoundation/CoreFoundation.h> #include <postmac.h> #include <config_features.h> diff --git a/vcl/osx/vclnsapp.mm b/vcl/osx/vclnsapp.mm index 399134a361e4..94ef94047757 100644 --- a/vcl/osx/vclnsapp.mm +++ b/vcl/osx/vclnsapp.mm @@ -40,7 +40,6 @@ #include <premac.h> #include <objc/objc-runtime.h> -#import "Carbon/Carbon.h" #import "apple_remote/RemoteControl.h" #include <postmac.h> |