diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:08:28 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:08:28 -0600 |
commit | 0a96c1f4f47819e40960a3654185bad3724c06dc (patch) | |
tree | cb579a363d228216e4fdf9232d5fcc328dbb8163 /extensions/inc | |
parent | cabc96dc056321bc7b00e59b4a37704a868f0dae (diff) |
remove include of pch header in extensions
Diffstat (limited to 'extensions/inc')
-rw-r--r-- | extensions/inc/pch/precompiled_extensions.cxx | 1 | ||||
-rw-r--r-- | extensions/inc/pch/precompiled_extensions.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/extensions/inc/pch/precompiled_extensions.cxx b/extensions/inc/pch/precompiled_extensions.cxx index 9943e17e4c45..e5a2f60de99b 100644 --- a/extensions/inc/pch/precompiled_extensions.cxx +++ b/extensions/inc/pch/precompiled_extensions.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_extensions.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/inc/pch/precompiled_extensions.hxx b/extensions/inc/pch/precompiled_extensions.hxx index 75145e2d4154..7d4375a6e305 100644 --- a/extensions/inc/pch/precompiled_extensions.hxx +++ b/extensions/inc/pch/precompiled_extensions.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:41.030262 #ifdef PRECOMPILED_HEADERS |