From 6858d517574aec65527ffa57b2b936bfa949ae92 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Sat, 13 Feb 2016 00:29:50 +1100 Subject: vcl: include vcl headers via triangular brackets instead of quotes Change-Id: I311f7db622ce341527fe12a92b516f800b602f92 --- drawinglayer/source/processor2d/getdigitlanguage.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/processor2d/getdigitlanguage.cxx b/drawinglayer/source/processor2d/getdigitlanguage.cxx index fff455c98cac..46a39db5ea98 100644 --- a/drawinglayer/source/processor2d/getdigitlanguage.cxx +++ b/drawinglayer/source/processor2d/getdigitlanguage.cxx @@ -11,8 +11,8 @@ #include "i18nlangtag/lang.h" #include "svl/ctloptions.hxx" -#include "vcl/svapp.hxx" -#include "vcl/settings.hxx" +#include +#include #include "getdigitlanguage.hxx" -- cgit