From 08690e4a428db28e89280ad0d77adc76735a3c16 Mon Sep 17 00:00:00 2001 From: Jacek Wolszczak Date: Sun, 5 Jun 2011 18:54:38 +0200 Subject: Remove the remaining debug.hxx includes in writer --- starmath/inc/rect.hxx | 1 - starmath/inc/symbol.hxx | 1 - starmath/inc/types.hxx | 2 -- 3 files changed, 4 deletions(-) (limited to 'starmath/inc') diff --git a/starmath/inc/rect.hxx b/starmath/inc/rect.hxx index ca5c289f416a..57cceba3b784 100644 --- a/starmath/inc/rect.hxx +++ b/starmath/inc/rect.hxx @@ -34,7 +34,6 @@ #include #include #include -#include #include "format.hxx" diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index aa6264989bcd..fab52c33b48a 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -30,7 +30,6 @@ #define SYMBOL_HXX #include -#include #include #include #include diff --git a/starmath/inc/types.hxx b/starmath/inc/types.hxx index 818b114f2de6..8353f6e10299 100644 --- a/starmath/inc/types.hxx +++ b/starmath/inc/types.hxx @@ -30,8 +30,6 @@ #define TYPES_HXX #include -#include - #define FONTNAME_MATH "OpenSymbol" ///////////////////////////////////////////////////////////////// -- cgit