vcl/source/gdi/pdfwriter_impl.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 81ccda84be0f8ce833c008c46da05b4cc881e977 Author: Khaled Hosny <kha...@aliftype.com> AuthorDate: Sat Oct 1 17:19:44 2022 +0200 Commit: خالد حسني <kha...@aliftype.com> CommitDate: Sat Oct 1 18:15:18 2022 +0200 Unused include Change-Id: Ie6b2a0cebab375e8b66d5a9658dbb0cc03b8c704 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140844 Tested-by: Jenkins Reviewed-by: خالد حسني <kha...@aliftype.com> diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx index 56444bd4fbad..5731352459ea 100644 --- a/vcl/source/gdi/pdfwriter_impl.cxx +++ b/vcl/source/gdi/pdfwriter_impl.cxx @@ -90,12 +90,6 @@ #include <pdf/PdfConfig.hxx> #include <o3tl/sorted_vector.hxx> -#include <config_eot.h> - -#if ENABLE_EOT -#include <libeot/libeot.h> -#endif - using namespace::com::sun::star; static bool g_bDebugDisableCompression = getenv("VCL_DEBUG_DISABLE_PDFCOMPRESSION");