diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:02:56 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:02:56 -0600 |
commit | 24b4c075d5520e35bd5245b85285546fb54179f3 (patch) | |
tree | 338731d829e3df44d0548c174d9e35dfb660f5bd /cppu/qa | |
parent | c0f6713f945d12a0a812fc05b492cd0ec88b1269 (diff) |
remove include of pch header in cppu
Diffstat (limited to 'cppu/qa')
-rw-r--r-- | cppu/qa/cppu_cppunittester_all.cxx | 1 | ||||
-rw-r--r-- | cppu/qa/cppumaker/test_cppumaker.cxx | 2 | ||||
-rw-r--r-- | cppu/qa/test_any.cxx | 2 | ||||
-rw-r--r-- | cppu/qa/test_recursion.cxx | 1 | ||||
-rw-r--r-- | cppu/qa/test_reference.cxx | 2 | ||||
-rw-r--r-- | cppu/qa/test_unotype.cxx | 2 |
6 files changed, 0 insertions, 10 deletions
diff --git a/cppu/qa/cppu_cppunittester_all.cxx b/cppu/qa/cppu_cppunittester_all.cxx index bf2a680e63b8..18a56e041443 100644 --- a/cppu/qa/cppu_cppunittester_all.cxx +++ b/cppu/qa/cppu_cppunittester_all.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppu/qa/cppumaker/test_cppumaker.cxx b/cppu/qa/cppumaker/test_cppumaker.cxx index bac4b167eca9..19c48942b5f5 100644 --- a/cppu/qa/cppumaker/test_cppumaker.cxx +++ b/cppu/qa/cppumaker/test_cppumaker.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppu/qa/test_any.cxx b/cppu/qa/test_any.cxx index ddee0fbc03ae..415f2a402c42 100644 --- a/cppu/qa/test_any.cxx +++ b/cppu/qa/test_any.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppu/qa/test_recursion.cxx b/cppu/qa/test_recursion.cxx index 53f57cd7d323..bc1d40cb3f4d 100644 --- a/cppu/qa/test_recursion.cxx +++ b/cppu/qa/test_recursion.cxx @@ -26,7 +26,6 @@ * ************************************************************************/ -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppu/qa/test_reference.cxx b/cppu/qa/test_reference.cxx index a2509bff1028..2abfda4cefd6 100644 --- a/cppu/qa/test_reference.cxx +++ b/cppu/qa/test_reference.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" diff --git a/cppu/qa/test_unotype.cxx b/cppu/qa/test_unotype.cxx index fa2995b2e2cd..da74c62ddae0 100644 --- a/cppu/qa/test_unotype.cxx +++ b/cppu/qa/test_unotype.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppu.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" |