diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:59:38 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:59:38 -0600 |
commit | d8ed87481cdaf62b49c14feb500728c39db266a8 (patch) | |
tree | 05ff747d60f6c6d504c27cef58af1b51efbcc8e2 /codemaker/inc | |
parent | 6da8379e1477988d1e3760cffc879a605f142cbb (diff) |
remove include of pch header in codemaker
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/pch/precompiled_codemaker.cxx | 1 | ||||
-rw-r--r-- | codemaker/inc/pch/precompiled_codemaker.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/codemaker/inc/pch/precompiled_codemaker.cxx b/codemaker/inc/pch/precompiled_codemaker.cxx index fbe55a4f00f4..e5a2f60de99b 100644 --- a/codemaker/inc/pch/precompiled_codemaker.cxx +++ b/codemaker/inc/pch/precompiled_codemaker.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_codemaker.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/codemaker/inc/pch/precompiled_codemaker.hxx b/codemaker/inc/pch/precompiled_codemaker.hxx index 443b3f60ee23..1f2bf34bf349 100644 --- a/codemaker/inc/pch/precompiled_codemaker.hxx +++ b/codemaker/inc/pch/precompiled_codemaker.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:33.874150 #ifdef PRECOMPILED_HEADERS #endif |