summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/polyscan.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2004-01-06 12:52:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2004-01-06 12:52:52 +0000
commit49e19c893783c4b3b09ced1b80ac7a054429cda2 (patch)
tree1f807c00ecf35abd512b06e613a1504dd94da179 /vcl/source/gdi/polyscan.cxx
parentca682426488a7d4ffd9f7d0f3e1f4ac332d1ec71 (diff)
INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED
2003/12/10 15:59:32 mt 1.1.1.1.386.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'vcl/source/gdi/polyscan.cxx')
-rw-r--r--vcl/source/gdi/polyscan.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/vcl/source/gdi/polyscan.cxx b/vcl/source/gdi/polyscan.cxx
index cb9714d51765..a2949b7d3dcd 100644
--- a/vcl/source/gdi/polyscan.cxx
+++ b/vcl/source/gdi/polyscan.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: polyscan.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:05:38 $
+ * last change: $Author: vg $ $Date: 2004-01-06 13:52:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,9 +62,12 @@
#include <string.h>
#include <tools/new.hxx>
#include "salbtype.hxx"
-#include "poly.hxx"
#include "polyscan.hxx"
+#ifndef _TL_POLY_HXX
+#include <tools/poly.hxx>
+#endif
+
// ----------------
// - PolyScanline -
// ----------------