From b3e5b5941f06dab1818e77b12ff0243eecf24601 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 14 Nov 2014 23:02:30 +0100 Subject: bridges, vcl: turns out there is sal/alloca.h; replace #ifdefery Change-Id: I2eda8dab51e66af7856b55f2d5f297620e07ccdb --- vcl/source/font/PhysicalFontCollection.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vcl/source/font') diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx index dbff2c35b628..4eee2251d464 100644 --- a/vcl/source/font/PhysicalFontCollection.cxx +++ b/vcl/source/font/PhysicalFontCollection.cxx @@ -18,6 +18,7 @@ */ #include +#include #include @@ -36,9 +37,6 @@ #include "PhysicalFontCollection.hxx" -#ifdef SOLARIS -#include -#endif static unsigned lcl_IsCJKFont( const OUString& rFontName ) { -- cgit v1.2.3