From 026f59d323e713b96faca2bfa6e3b88ce3cdffab Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 17 Dec 2014 20:45:53 +0100 Subject: Remove unused includes Change-Id: Ic76f42da7f88357339240ba987d73297905cfe13 --- sc/source/filter/inc/condformatbuffer.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/source/filter/inc/condformatbuffer.hxx') diff --git a/sc/source/filter/inc/condformatbuffer.hxx b/sc/source/filter/inc/condformatbuffer.hxx index e36ba5688a81..cdc2553d1053 100644 --- a/sc/source/filter/inc/condformatbuffer.hxx +++ b/sc/source/filter/inc/condformatbuffer.hxx @@ -20,15 +20,11 @@ #ifndef INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX #define INCLUDED_SC_SOURCE_FILTER_INC_CONDFORMATBUFFER_HXX -#include #include "formulaparser.hxx" #include "worksheethelper.hxx" #include #include -namespace com { namespace sun { namespace star { - namespace sheet { class XSheetConditionalEntries; } -} } } class ScColorScaleFormat; class ScDataBarFormat; struct ScDataBarFormatData; -- cgit