diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-04 23:24:12 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-04 23:54:40 +0300 |
commit | aabfbdbd8b096d4dfc31cb75aa6a119a19d705ef (patch) | |
tree | 4e79fc07fcda935d5ad3bb7374fcaa3b2e833d10 /vcl/osx/PictToBmpFlt.cxx | |
parent | d3c3dcb4d581544d9fabc3b4b9160cbc9443543d (diff) |
Drop unneeded include
There is no <QuickTime/QuickTime.h> in the 10.12 SDK anyway.
Change-Id: I0d937d4b036d118fcb503543a516e55f859a3718
Diffstat (limited to 'vcl/osx/PictToBmpFlt.cxx')
-rw-r--r-- | vcl/osx/PictToBmpFlt.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/osx/PictToBmpFlt.cxx b/vcl/osx/PictToBmpFlt.cxx index af8740be8960..153c03632f4d 100644 --- a/vcl/osx/PictToBmpFlt.cxx +++ b/vcl/osx/PictToBmpFlt.cxx @@ -19,7 +19,6 @@ #include <premac.h> #include <Carbon/Carbon.h> -#include <QuickTime/QuickTime.h> #include <postmac.h> #include <string.h> |