diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:11:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 14:11:13 +0000 |
commit | 405424b6e0b38cd66fe334b485156d8bb9cc1b1f (patch) | |
tree | 5e73306e4965deaaad01078d6526ce902517131a /goodies/inc | |
parent | 9937c1abc88c505c9eb972e3d046e64f7170e01b (diff) |
INTEGRATION: CWS presfixes09 (1.4.136); FILE MERGED
2006/11/01 17:17:58 thb 1.4.136.1: #142144# Cleaning up math.h stuff
Diffstat (limited to 'goodies/inc')
-rw-r--r-- | goodies/inc/vector3d.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/goodies/inc/vector3d.hxx b/goodies/inc/vector3d.hxx index 862c5b57239e..f909f8c02700 100644 --- a/goodies/inc/vector3d.hxx +++ b/goodies/inc/vector3d.hxx @@ -4,9 +4,9 @@ * * $RCSfile: vector3d.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:21:10 $ + * last change: $Author: kz $ $Date: 2006-12-13 15:11:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,10 +40,7 @@ #include <tools/solar.h> #endif -#ifndef _INC_MATH #include <math.h> -#endif - #include <vector> class Point; |