From f047e16160c7a56962daa86a850f6a5bf2676d88 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:15:31 -0600 Subject: remove include of pch header from odk --- odk/inc/pch/precompiled_odk.cxx | 1 - odk/inc/pch/precompiled_odk.hxx | 1 - odk/source/unowinreg/win/unowinreg.cxx | 2 -- 3 files changed, 4 deletions(-) diff --git a/odk/inc/pch/precompiled_odk.cxx b/odk/inc/pch/precompiled_odk.cxx index 91a2a6a1dfd6..e5a2f60de99b 100644 --- a/odk/inc/pch/precompiled_odk.cxx +++ b/odk/inc/pch/precompiled_odk.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_odk.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/odk/inc/pch/precompiled_odk.hxx b/odk/inc/pch/precompiled_odk.hxx index c9c85aa5e12c..1f2bf34bf349 100644 --- a/odk/inc/pch/precompiled_odk.hxx +++ b/odk/inc/pch/precompiled_odk.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:53.545647 #ifdef PRECOMPILED_HEADERS #endif diff --git a/odk/source/unowinreg/win/unowinreg.cxx b/odk/source/unowinreg/win/unowinreg.cxx index 127a580d1e84..81a266487b82 100644 --- a/odk/source/unowinreg/win/unowinreg.cxx +++ b/odk/source/unowinreg/win/unowinreg.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_odk.hxx" #if defined _MSC_VER #pragma warning(push, 1) -- cgit