diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:07:04 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:07:04 +0000 |
commit | 96722864c6380717d1d04c7b22629819057f682a (patch) | |
tree | 3ef15310c2c3af374f73c4e569d170efaed3a6d9 /basegfx/inc | |
parent | 8bf46a95957a8e3b2cde864243c7462b2dfe2f05 (diff) |
INTEGRATION: CWS presfixes09 (1.12.18); FILE MERGED
2006/10/20 14:46:44 thb 1.12.18.1: #142144# Removed unused math.h
Diffstat (limited to 'basegfx/inc')
-rw-r--r-- | basegfx/inc/basegfx/tuple/b2dtuple.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/basegfx/inc/basegfx/tuple/b2dtuple.hxx b/basegfx/inc/basegfx/tuple/b2dtuple.hxx index 71a387533885..ed9f1c69dd03 100644 --- a/basegfx/inc/basegfx/tuple/b2dtuple.hxx +++ b/basegfx/inc/basegfx/tuple/b2dtuple.hxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dtuple.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:35:54 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:07:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,13 +40,6 @@ #include <sal/types.h> #endif -#ifndef _INC_MATH -#ifndef _USE_MATH_DEFINES -#define _USE_MATH_DEFINES // needed by Visual C++ for math constants -#endif -#include <math.h> -#endif - namespace basegfx { // predeclarations |