From 1c5cae479bebd2d325182adc2c9821fd948fd1bd Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Apr 2017 08:44:33 +0200 Subject: loplugin:unusedmethods Change-Id: Ib7a9b1b0802ca751da258065e89b412b090bb672 Reviewed-on: https://gerrit.libreoffice.org/36718 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/inc/pch/precompiled_sm.hxx | 1 - starmath/inc/smmod.hxx | 1 - 2 files changed, 2 deletions(-) (limited to 'starmath') diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 785e752bb27f..2bb928502c05 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -144,7 +144,6 @@ #include #include #include -#include #include #include #include diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 3e35885b3af8..68ada8d80923 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -24,7 +24,6 @@ #include #include -#include "tools/rc.hxx" #include #include "starmath.hrc" -- cgit