make the include of OpenGLHelper.hxx not global here
surround it like in pieces of code which actually uses it Change-Id: Iac993553455248a2d2f999f857b781dbdb37acf5 Reviewed-on: https://gerrit.libreoffice.org/32852 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
committed by
jan iversen
parent
1c1747ac13
commit
77a0817cf4
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "CommonSalLayout.hxx"
|
||||
|
||||
#include <vcl/opengl/OpenGLHelper.hxx>
|
||||
#include <vcl/unohelp.hxx>
|
||||
#include <scrptrun.h>
|
||||
#include <com/sun/star/i18n/CharacterIteratorMode.hpp>
|
||||
@@ -39,6 +38,10 @@ T lround(T x)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <vcl/opengl/OpenGLHelper.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
static hb_blob_t* getFontTable(hb_face_t* /*face*/, hb_tag_t nTableTag, void* pUserData)
|
||||
{
|
||||
|
Reference in New Issue
Block a user