summaryrefslogtreecommitdiff
path: root/cppu/source/typelib
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:02:56 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-11-27 13:02:56 -0600
commit24b4c075d5520e35bd5245b85285546fb54179f3 (patch)
tree338731d829e3df44d0548c174d9e35dfb660f5bd /cppu/source/typelib
parentc0f6713f945d12a0a812fc05b492cd0ec88b1269 (diff)
remove include of pch header in cppu
Diffstat (limited to 'cppu/source/typelib')
-rw-r--r--cppu/source/typelib/static_types.cxx2
-rw-r--r--cppu/source/typelib/typelib.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx
index bc2f67c2fefb..0727faf6b120 100644
--- a/cppu/source/typelib/static_types.cxx
+++ b/cppu/source/typelib/static_types.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cppu.hxx"
#include <stdarg.h>
#include <algorithm>
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index 6740dd55fee1..841bcf757610 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -26,8 +26,6 @@
*
************************************************************************/
-// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_cppu.hxx"
#if OSL_DEBUG_LEVEL > 1
#include <stdio.h>