diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:03:19 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:03:19 -0600 |
commit | c10fb61c1ae03c955f8b3d54aca1b74bfdaabdea (patch) | |
tree | 7b11026c34740d1fd9c74244c487c75f9d712db9 /cppuhelper/qa/propertysetmixin | |
parent | 24b4c075d5520e35bd5245b85285546fb54179f3 (diff) |
remove include of pch header in cppuhelper
Diffstat (limited to 'cppuhelper/qa/propertysetmixin')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx | 2 | ||||
-rw-r--r-- | cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx index 19cf4c0a0d86..1d7448a94ac8 100644 --- a/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" diff --git a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx index 2ca98f9200b3..d483564e9c0c 100644 --- a/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx +++ b/cppuhelper/qa/propertysetmixin/test_propertysetmixin.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppuhelper.hxx" #include "sal/config.h" #include "sal/precppunit.hxx" |