diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:55:59 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:55:59 -0600 |
commit | 2ca38d3c7c6b3e28bccdb6a0840d7407c832c597 (patch) | |
tree | 078d8f04c00a7a11c7a5c07be787d65ca028a778 /basic/inc | |
parent | 5b350d5ddc1576a98b2b7533d180f32a175f8154 (diff) |
rmove include of pch header in basic
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/pch/precompiled_basic.cxx | 1 | ||||
-rw-r--r-- | basic/inc/pch/precompiled_basic.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/basic/inc/pch/precompiled_basic.cxx b/basic/inc/pch/precompiled_basic.cxx index 29280bf5059a..e5a2f60de99b 100644 --- a/basic/inc/pch/precompiled_basic.cxx +++ b/basic/inc/pch/precompiled_basic.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_basic.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/basic/inc/pch/precompiled_basic.hxx b/basic/inc/pch/precompiled_basic.hxx index 38f961cba37b..9e1da777a3bf 100644 --- a/basic/inc/pch/precompiled_basic.hxx +++ b/basic/inc/pch/precompiled_basic.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:31.374198 #ifdef PRECOMPILED_HEADERS |