summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-07-07 01:22:59 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-12-10 14:46:49 +0100
commitcaa75df6e832382191fa15bcc0a5002c4123cc61 (patch)
tree9d6b1fc7344b5d8b92a1c09cc4aae8460b63ca9d /writerfilter
parenteb7ae5fe2a43e2022afd5670dd1c2fe1f7cce481 (diff)
remove unneeded PCH stuff
Since the PCH is now explicitly included using the command line, it is no longer necessary to have include guards or #ifdefs for enabling it. Change-Id: Ie64fdc75129af7097213d86f2daec461993fb6f4
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/inc/pch/precompiled_writerfilter.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/writerfilter/inc/pch/precompiled_writerfilter.hxx b/writerfilter/inc/pch/precompiled_writerfilter.hxx
index 430620d79a75..4a1d4f422ae0 100644
--- a/writerfilter/inc/pch/precompiled_writerfilter.hxx
+++ b/writerfilter/inc/pch/precompiled_writerfilter.hxx
@@ -7,11 +7,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef PRECOMPILED_WRITERFILTER_HXX
-#define PRECOMPILED_WRITERFILTER_HXX
-
-#ifdef PRECOMPILED_HEADERS
-
#include <iostream>
#include <sstream>
#include <vector>
@@ -43,8 +38,4 @@
#include <boost/scoped_array.hpp>
#include <boost/type.hpp>
-#endif
-
-#endif // PRECOMPILED_WRITERFILTER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */