diff options
-rw-r--r-- | goodies/source/filter.vcl/epict/epict.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/goodies/source/filter.vcl/epict/epict.cxx b/goodies/source/filter.vcl/epict/epict.cxx index 93c8738e20c4..0ec522f181b1 100644 --- a/goodies/source/filter.vcl/epict/epict.cxx +++ b/goodies/source/filter.vcl/epict/epict.cxx @@ -4,9 +4,9 @@ * * $RCSfile: epict.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: ihi $ $Date: 2006-11-14 16:11:21 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:59:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,16 +36,10 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_goodies.hxx" -#if SUPD <= 364 -#include <svtfilt.hxx> -#include <solar.hrc> -#include <fltcall.hxx> -#else #include <vcl/metaact.hxx> #include <svtools/filter.hxx> #include <svtools/solar.hrc> #include <svtools/fltcall.hxx> -#endif #include <math.h> #include <vcl/bmpacc.hxx> |