diff options
Diffstat (limited to 'desktop/test')
-rw-r--r-- | desktop/test/deployment/active/active_native.cxx | 1 | ||||
-rw-r--r-- | desktop/test/deployment/executable_content/build/hello.c | 2 | ||||
-rw-r--r-- | desktop/test/deployment/passive/passive_native.cxx | 1 |
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" |