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/source/uno/sequence.cxx | |
parent | c0f6713f945d12a0a812fc05b492cd0ec88b1269 (diff) |
remove include of pch header in cppu
Diffstat (limited to 'cppu/source/uno/sequence.cxx')
-rw-r--r-- | cppu/source/uno/sequence.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppu/source/uno/sequence.cxx b/cppu/source/uno/sequence.cxx index 6374c773cb86..5affbef38a0c 100644 --- a/cppu/source/uno/sequence.cxx +++ b/cppu/source/uno/sequence.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_cppu.hxx" #include <rtl/memory.h> #include <rtl/alloc.h> #include <osl/diagnose.h> |