diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx index 731821f42017..39a8fec07cb8 100644 --- a/tools/source/generic/poly.cxx +++ b/tools/source/generic/poly.cxx @@ -4,9 +4,9 @@ * * $RCSfile: poly.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:56:40 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:10:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,13 +36,6 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_tools.hxx" -#include -#include -#include -#include -#include -#include - #define _SV_POLY_CXX #ifndef _OSL_ENDIAN_H_ @@ -89,6 +82,14 @@ #include #endif +#include +#include +#include +#include +#include +#include + + // ======================================================================= DBG_NAME( Polygon )