From a12bd3e2a250e81c0474b00b2ec7e25e8475eddc Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:13:38 -0600 Subject: reove include of pch header from javaunohelper --- javaunohelper/inc/pch/precompiled_javaunohelper.cxx | 1 - javaunohelper/inc/pch/precompiled_javaunohelper.hxx | 1 - javaunohelper/source/bootstrap.cxx | 2 -- javaunohelper/source/javaunohelper.cxx | 2 -- javaunohelper/source/preload.cxx | 2 -- javaunohelper/source/vm.cxx | 2 -- 6 files changed, 10 deletions(-) (limited to 'javaunohelper') diff --git a/javaunohelper/inc/pch/precompiled_javaunohelper.cxx b/javaunohelper/inc/pch/precompiled_javaunohelper.cxx index 78f04ceafd7a..e5a2f60de99b 100644 --- a/javaunohelper/inc/pch/precompiled_javaunohelper.cxx +++ b/javaunohelper/inc/pch/precompiled_javaunohelper.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_javaunohelper.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/javaunohelper/inc/pch/precompiled_javaunohelper.hxx b/javaunohelper/inc/pch/precompiled_javaunohelper.hxx index 0f1ce4290d16..1f2bf34bf349 100644 --- a/javaunohelper/inc/pch/precompiled_javaunohelper.hxx +++ b/javaunohelper/inc/pch/precompiled_javaunohelper.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:50.311334 #ifdef PRECOMPILED_HEADERS #endif diff --git a/javaunohelper/source/bootstrap.cxx b/javaunohelper/source/bootstrap.cxx index d29f7bef71eb..75f171c29a5a 100644 --- a/javaunohelper/source/bootstrap.cxx +++ b/javaunohelper/source/bootstrap.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "osl/diagnose.h" diff --git a/javaunohelper/source/javaunohelper.cxx b/javaunohelper/source/javaunohelper.cxx index e64fd7e97db9..018c83e67ff0 100644 --- a/javaunohelper/source/javaunohelper.cxx +++ b/javaunohelper/source/javaunohelper.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include #include diff --git a/javaunohelper/source/preload.cxx b/javaunohelper/source/preload.cxx index 18ed40c16598..de7c2ec24bdb 100644 --- a/javaunohelper/source/preload.cxx +++ b/javaunohelper/source/preload.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "jni.h" diff --git a/javaunohelper/source/vm.cxx b/javaunohelper/source/vm.cxx index f9c82383b9da..5c44872abc38 100644 --- a/javaunohelper/source/vm.cxx +++ b/javaunohelper/source/vm.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_javaunohelper.hxx" #include "sal/config.h" -- cgit