diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:26:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:26:59 -0600 |
commit | 653dda4a340cd5f8e73b65d3f24ccbe1deaaed62 (patch) | |
tree | c8b097c7b8f3717657543401e4816884c5ea4118 /vcl/source/components | |
parent | fd8b1b6553024d884eaca425f0bd9ea48bffddfe (diff) |
remove include of pch header from vcl
Diffstat (limited to 'vcl/source/components')
-rw-r--r-- | vcl/source/components/display.cxx | 2 | ||||
-rw-r--r-- | vcl/source/components/dtranscomp.cxx | 2 | ||||
-rw-r--r-- | vcl/source/components/factory.cxx | 2 | ||||
-rw-r--r-- | vcl/source/components/fontident.cxx | 2 | ||||
-rw-r--r-- | vcl/source/components/rasterizer_rsvg.cxx | 2 | ||||
-rw-r--r-- | vcl/source/components/stringmirror.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/components/display.cxx b/vcl/source/components/display.cxx index 8b6f6bca27aa..cfab922326ac 100644 --- a/vcl/source/components/display.cxx +++ b/vcl/source/components/display.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/vcl/source/components/dtranscomp.cxx b/vcl/source/components/dtranscomp.cxx index cfa96a4c7569..cc978ebbd587 100644 --- a/vcl/source/components/dtranscomp.cxx +++ b/vcl/source/components/dtranscomp.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include "osl/mutex.hxx" diff --git a/vcl/source/components/factory.cxx b/vcl/source/components/factory.cxx index 9701e83e886a..0b6e4ae8f85e 100644 --- a/vcl/source/components/factory.cxx +++ b/vcl/source/components/factory.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <tools/debug.hxx> #include <osl/mutex.hxx> #include <rtl/ustrbuf.hxx> diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx index 6afadbbe267e..410c5a4f96a5 100644 --- a/vcl/source/components/fontident.cxx +++ b/vcl/source/components/fontident.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <tools/debug.hxx> diff --git a/vcl/source/components/rasterizer_rsvg.cxx b/vcl/source/components/rasterizer_rsvg.cxx index 8e7681179efe..20d4598a599b 100644 --- a/vcl/source/components/rasterizer_rsvg.cxx +++ b/vcl/source/components/rasterizer_rsvg.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <vcl/graph.hxx> #include <vcl/bmpacc.hxx> diff --git a/vcl/source/components/stringmirror.cxx b/vcl/source/components/stringmirror.cxx index 70bf44b568d0..3a023595216e 100644 --- a/vcl/source/components/stringmirror.cxx +++ b/vcl/source/components/stringmirror.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/util/XStringMapping.hpp" |