From 46d40d641970a35b24d4833158a1285c95a3e708 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sun, 27 Nov 2011 13:06:47 -0600 Subject: remove include of pch header in desktop --- desktop/source/splash/services_spl.cxx | 2 -- desktop/source/splash/splash.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'desktop/source/splash') diff --git a/desktop/source/splash/services_spl.cxx b/desktop/source/splash/services_spl.cxx index 6a621c3f3277..0dc412c77896 100644 --- a/desktop/source/splash/services_spl.cxx +++ b/desktop/source/splash/services_spl.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_desktop.hxx" #include #include #include diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index 42e1dfd51c0d..23a4296b5b89 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_desktop.hxx" #include "splash.hxx" #include -- cgit