From 94c9d84524894e98ba68f12e7df8e74428778350 Mon Sep 17 00:00:00 2001 From: Armin Weiss Date: Fri, 31 Oct 2003 09:14:00 +0000 Subject: includes were one inc too deep, correcting --- basegfx/source/polygon/b2dpolygontools.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'basegfx/source/polygon/b2dpolygontools.cxx') diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx index 0df233f19bc2..0c1136ca5553 100644 --- a/basegfx/source/polygon/b2dpolygontools.cxx +++ b/basegfx/source/polygon/b2dpolygontools.cxx @@ -2,9 +2,9 @@ * * $RCSfile: b2dpolygontools.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: aw $ $Date: 2003-10-28 11:23:54 $ + * last change: $Author: aw $ $Date: 2003-10-31 10:13:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,15 +60,15 @@ ************************************************************************/ #ifndef _BGFX_POLYGON_B2DPOLYGONTOOLS_HXX -#include +#include #endif #ifndef _BGFX_POLYGON_B2DPOLYGON_HXX -#include +#include #endif #ifndef _BGFX_CURVE_B2DCUBICBEZIER_HXX -#include +#include #endif ////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.1