summaryrefslogtreecommitdiff
path: root/basegfx/source/workbench
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-11-04 20:30:50 -0700
committerJoseph Powers <jpowers27@cox.net>2011-11-05 07:12:39 -0700
commitabb87485415b941d81324b91ebe018849e7b8b47 (patch)
treee17e90809a8d83c4e3815e0d15a648772a4e786b /basegfx/source/workbench
parent33cbf8066bc64c3ff2052f59c04838aceb847220 (diff)
precompiled_basegfx.hxx is empty, so don't include it.
Diffstat (limited to 'basegfx/source/workbench')
-rw-r--r--basegfx/source/workbench/bezierclip.cxx3
-rw-r--r--basegfx/source/workbench/convexhull.cxx3
2 files changed, 0 insertions, 6 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index 5aaea7c63efa..2070e760c7c0 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_basegfx.hxx"
-
#include <algorithm>
#include <iterator>
#include <vector>
diff --git a/basegfx/source/workbench/convexhull.cxx b/basegfx/source/workbench/convexhull.cxx
index 4e846a863f7f..83e6a1fb60cf 100644
--- a/basegfx/source/workbench/convexhull.cxx
+++ b/basegfx/source/workbench/convexhull.cxx
@@ -26,9 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_basegfx.hxx"
-
#include <algorithm>
#include <functional>
#include <vector>