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/workben | |
parent | fd8b1b6553024d884eaca425f0bd9ea48bffddfe (diff) |
remove include of pch header from vcl
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/outdevgrind.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/svdem.cxx | 2 | ||||
-rw-r--r-- | vcl/workben/vcldemo.cxx | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx index e86db3ed7821..8a8f7f77daec 100644 --- a/vcl/workben/outdevgrind.cxx +++ b/vcl/workben/outdevgrind.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" // bootstrap stuff #include <rtl/bootstrap.hxx> diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx index ee5cbb2ba420..53f3353f497e 100644 --- a/vcl/workben/svdem.cxx +++ b/vcl/workben/svdem.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <sal/main.h> #include <tools/extendapplicationenvironment.hxx> diff --git a/vcl/workben/vcldemo.cxx b/vcl/workben/vcldemo.cxx index 7d9cb0c32054..d0caa0015056 100644 --- a/vcl/workben/vcldemo.cxx +++ b/vcl/workben/vcldemo.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_vcl.hxx" #include <sal/main.h> #include <tools/extendapplicationenvironment.hxx> |