diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-03-10 16:48:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-03-10 16:50:20 +0200 |
commit | 59fdea242f594e8994eb5a68e22bef10b7740590 (patch) | |
tree | 1cc140f1dc0304bdcd85e638e92a8c32091408ff /vcl/headless | |
parent | 0ddc588164c4a9a0fca7374a58ea1f7708978f66 (diff) |
No need for #ifndef IOS here, this file is not compiled for iOS
Change-Id: I3d7c9e95021ba9bdf3992551eaacda29449704ff
Diffstat (limited to 'vcl/headless')
-rw-r--r-- | vcl/headless/svpgdi.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index fb4514eba37d..4850e3f37fb6 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -22,9 +22,7 @@ #include <memory> #include <numeric> -#ifndef IOS #include <headless/svpgdi.hxx> -#endif #include <headless/svpbmp.hxx> #include <headless/svpframe.hxx> #include <headless/svpcairotextrender.hxx> |