diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:56:37 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:56:37 -0600 |
commit | 4dc45a2854783e86534cf1f99ea9becaf0e5b2d5 (patch) | |
tree | 9f93af9c75e42ae65dc1eae8c85eac8fba454182 /bridges/inc | |
parent | 2ca38d3c7c6b3e28bccdb6a0840d7407c832c597 (diff) |
remove include of pch header in bridge
Diffstat (limited to 'bridges/inc')
-rw-r--r-- | bridges/inc/pch/precompiled_bridges.cxx | 1 | ||||
-rw-r--r-- | bridges/inc/pch/precompiled_bridges.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/bridges/inc/pch/precompiled_bridges.cxx b/bridges/inc/pch/precompiled_bridges.cxx index 05fd24f32377..e5a2f60de99b 100644 --- a/bridges/inc/pch/precompiled_bridges.cxx +++ b/bridges/inc/pch/precompiled_bridges.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_bridges.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/bridges/inc/pch/precompiled_bridges.hxx b/bridges/inc/pch/precompiled_bridges.hxx index e0396ac9b835..672acf9eaae9 100644 --- a/bridges/inc/pch/precompiled_bridges.hxx +++ b/bridges/inc/pch/precompiled_bridges.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:31.967936 #ifdef PRECOMPILED_HEADERS //---MARKER--- |