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/inc/pch | |
parent | 24b4c075d5520e35bd5245b85285546fb54179f3 (diff) |
remove include of pch header in cppuhelper
Diffstat (limited to 'cppuhelper/inc/pch')
-rw-r--r-- | cppuhelper/inc/pch/precompiled_cppuhelper.cxx | 1 | ||||
-rw-r--r-- | cppuhelper/inc/pch/precompiled_cppuhelper.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.cxx b/cppuhelper/inc/pch/precompiled_cppuhelper.cxx index 28a0019ac80e..e5a2f60de99b 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.cxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_cppuhelper.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx index 9a601079de5b..1f2bf34bf349 100644 --- a/cppuhelper/inc/pch/precompiled_cppuhelper.hxx +++ b/cppuhelper/inc/pch/precompiled_cppuhelper.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:37.342833 #ifdef PRECOMPILED_HEADERS #endif |