From ac33b825d16094b8ac045f098289551b6d4d43af Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:24:31 -0600 Subject: remove include of pch header from svtools --- svtools/workben/cui/loadlib.cxx | 2 -- svtools/workben/svdem.cxx | 2 -- svtools/workben/toolpanel/toolpaneltest.cxx | 2 -- 3 files changed, 6 deletions(-) (limited to 'svtools/workben') diff --git a/svtools/workben/cui/loadlib.cxx b/svtools/workben/cui/loadlib.cxx index 81fa73ee962b..f3d4f8d47627 100644 --- a/svtools/workben/cui/loadlib.cxx +++ b/svtools/workben/cui/loadlib.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" #include #include diff --git a/svtools/workben/svdem.cxx b/svtools/workben/svdem.cxx index 3352e092125d..776f67e0a97d 100644 --- a/svtools/workben/svdem.cxx +++ b/svtools/workben/svdem.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" #include #include #include diff --git a/svtools/workben/toolpanel/toolpaneltest.cxx b/svtools/workben/toolpanel/toolpaneltest.cxx index 925eda2ad288..5bd56c4c2d59 100644 --- a/svtools/workben/toolpanel/toolpaneltest.cxx +++ b/svtools/workben/toolpanel/toolpaneltest.cxx @@ -24,8 +24,6 @@ * for a copy of the LGPLv3 License. ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_svtools.hxx" #include "ctrlbox.hxx" #include "svtools/toolpanel/toolpaneldeck.hxx" -- cgit