From 4709cd82c7fa31eac7bbc9f1991968891080c5f8 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 1 May 2019 22:12:48 +0200 Subject: tdf#62699 Drop pass-through header file include/svx/svdattr.hxx Change-Id: I04289589196ac69b31f75989d9252c79d03c890f Reviewed-on: https://gerrit.libreoffice.org/71633 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- reportdesign/inc/RptObject.hxx | 2 ++ reportdesign/inc/pch/precompiled_rptui.hxx | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'reportdesign/inc') diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index f300b58a2dfb..fdaf799f7285 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -33,6 +33,8 @@ #include #include +#include + namespace rptui { typedef ::std::multimap< sal_Int16, OUString > IndexToNameMap; diff --git a/reportdesign/inc/pch/precompiled_rptui.hxx b/reportdesign/inc/pch/precompiled_rptui.hxx index 72844185858e..bb8c625e1dad 100644 --- a/reportdesign/inc/pch/precompiled_rptui.hxx +++ b/reportdesign/inc/pch/precompiled_rptui.hxx @@ -424,7 +424,6 @@ #include #include #include -#include #include #include #include -- cgit