summaryrefslogtreecommitdiff
path: root/desktop/test
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:06:47 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:06:47 -0600
commit46d40d641970a35b24d4833158a1285c95a3e708 (patch)
tree9f702fc38b2ab5463e190c63c75e2eafcf5a6353 /desktop/test
parent281b13ce89456aad156af3470cdc1b7b16ed279e (diff)
remove include of pch header in desktop
Diffstat (limited to 'desktop/test')
-rw-r--r--desktop/test/deployment/active/active_native.cxx1
-rw-r--r--desktop/test/deployment/executable_content/build/hello.c2
-rw-r--r--desktop/test/deployment/passive/passive_native.cxx1
3 files changed, 0 insertions, 4 deletions
diff --git a/desktop/test/deployment/active/active_native.cxx b/desktop/test/deployment/active/active_native.cxx
index 5b9b56a706d4..3c5f7ecebdd9 100644
--- a/desktop/test/deployment/active/active_native.cxx
+++ b/desktop/test/deployment/active/active_native.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_desktop.hxx"
#include "sal/config.h"
#include "boost/noncopyable.hpp"
diff --git a/desktop/test/deployment/executable_content/build/hello.c b/desktop/test/deployment/executable_content/build/hello.c
index 4af0b02ff888..b702a1c0e844 100644
--- a/desktop/test/deployment/executable_content/build/hello.c
+++ b/desktop/test/deployment/executable_content/build/hello.c
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_desktop.hxx"
#include <stdio.h>
diff --git a/desktop/test/deployment/passive/passive_native.cxx b/desktop/test/deployment/passive/passive_native.cxx
index 27fd2a7e9286..0da885d5a31d 100644
--- a/desktop/test/deployment/passive/passive_native.cxx
+++ b/desktop/test/deployment/passive/passive_native.cxx
@@ -26,7 +26,6 @@
*
************************************************************************/
-#include "precompiled_desktop.hxx"
#include "sal/config.h"
#include "boost/noncopyable.hpp"