INTEGRATION: CWS presfixes09 (1.12.18); FILE MERGED
2006/11/02 12:22:19 thb 1.12.18.1: #142144# sal/config.h must be included before any other headers
This commit is contained in:
parent
6cf822fb7f
commit
9937c1abc8
1 changed files with 10 additions and 9 deletions
|
@ -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 <vector>
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <limits.h>
|
||||
#include <cmath>
|
||||
|
||||
#define _SV_POLY_CXX
|
||||
|
||||
#ifndef _OSL_ENDIAN_H_
|
||||
|
@ -89,6 +82,14 @@
|
|||
#include <basegfx/polygon/b2dpolygontools.hxx>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include <cstring>
|
||||
#include <limits.h>
|
||||
#include <cmath>
|
||||
|
||||
|
||||
// =======================================================================
|
||||
|
||||
DBG_NAME( Polygon )
|
||||
|
|
Loading…
Reference in a new issue