diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:18:15 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:18:15 -0600 |
commit | 8fc6fc97d5a27a24c774a59f076053581208eda0 (patch) | |
tree | db802e0d37e7dc2ec70e3527475eb8730dc389ab /sal/cpprt | |
parent | c43122a9b2fa2beedb955770b2fdaeb48b0878cb (diff) |
remove include of pch header from sal
Diffstat (limited to 'sal/cpprt')
-rw-r--r-- | sal/cpprt/operators_new_delete.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx index 103e8f0d5914..e07d2ec57c7f 100644 --- a/sal/cpprt/operators_new_delete.cxx +++ b/sal/cpprt/operators_new_delete.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_sal.hxx" #ifdef WNT /* avoid 'std::bad_alloc' unresolved externals */ #define _CRTIMP |