From f316a53759c2ca1415af2f6687bb38f95cdb641e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 21:14:17 +0000
Subject: INTEGRATION: CWS vgbugs07 (1.14.8); FILE MERGED 2007/06/04 13:32:25
vg 1.14.8.1: #i76605# Remove -I .../inc/module hack introduced by
hedaburemove01
---
tools/source/generic/poly.cxx | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
(limited to 'tools')
diff --git a/tools/source/generic/poly.cxx b/tools/source/generic/poly.cxx
index 4d786d6aadda..24f71a479d21 100644
--- a/tools/source/generic/poly.cxx
+++ b/tools/source/generic/poly.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: poly.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: kz $ $Date: 2007-05-09 13:22:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:14:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,28 +42,28 @@
#include
#endif
#ifndef _BIGINT_HXX
-#include
+#include
#endif
#ifndef _DEBUG_HXX
-#include
+#include
#endif
#ifndef _STREAM_HXX
-#include
+#include
#endif
#ifndef _VCOMPAT_HXX
-#include
+#include
#endif
#ifndef _POLY_H
#include
#endif
#ifndef _LINE_HXX
-#include
+#include
#endif
#ifndef _VECTOR2D_H
-#include
+#include
#endif
#ifndef _POLY_HXX
-#include
+#include
#endif
#ifndef _BGFX_POLYGON_B2DPOLYGON_HXX
--
cgit