diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:11:50 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 13:11:50 -0600 |
commit | f7738e755b6a5332889e6c147bd562f56741a855 (patch) | |
tree | 4d1b4e7a9266f504949228e522e70701a895268c | |
parent | e4603954d1f3d39448624694d75ad877b41986fe (diff) |
remove include of pch header from hwpfilter
-rw-r--r-- | hwpfilter/inc/pch/precompiled_hwpfilter.cxx | 1 | ||||
-rw-r--r-- | hwpfilter/inc/pch/precompiled_hwpfilter.hxx | 1 | ||||
-rw-r--r-- | hwpfilter/source/attributes.cxx | 2 | ||||
-rw-r--r-- | hwpfilter/source/hwpreader.cxx | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/hwpfilter/inc/pch/precompiled_hwpfilter.cxx b/hwpfilter/inc/pch/precompiled_hwpfilter.cxx index 5aad38afdee1..e5a2f60de99b 100644 --- a/hwpfilter/inc/pch/precompiled_hwpfilter.cxx +++ b/hwpfilter/inc/pch/precompiled_hwpfilter.cxx @@ -26,6 +26,5 @@ * ************************************************************************/ -#include "precompiled_hwpfilter.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/hwpfilter/inc/pch/precompiled_hwpfilter.hxx b/hwpfilter/inc/pch/precompiled_hwpfilter.hxx index 13905714b3b5..1f2bf34bf349 100644 --- a/hwpfilter/inc/pch/precompiled_hwpfilter.hxx +++ b/hwpfilter/inc/pch/precompiled_hwpfilter.hxx @@ -26,7 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): Generated on 2006-09-01 17:49:45.139559 #ifdef PRECOMPILED_HEADERS #endif diff --git a/hwpfilter/source/attributes.cxx b/hwpfilter/source/attributes.cxx index 565df8ae3a1f..8c3f4a67fb17 100644 --- a/hwpfilter/source/attributes.cxx +++ b/hwpfilter/source/attributes.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_hwpfilter.hxx" #include <assert.h> #include <vector> diff --git a/hwpfilter/source/hwpreader.cxx b/hwpfilter/source/hwpreader.cxx index 8bcef10460df..5eb63917a7f4 100644 --- a/hwpfilter/source/hwpreader.cxx +++ b/hwpfilter/source/hwpreader.cxx @@ -26,8 +26,6 @@ * ************************************************************************/ -// MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_hwpfilter.hxx" #include <deque> |