From 7000c07834af2231145519ae6fd81c6297bf9004 Mon Sep 17 00:00:00 2001 From: Damjan Jovanovic Date: Mon, 12 Oct 2015 17:51:16 +0000 Subject: Fix building with --enable-pdfimport on FreeBSD. Found-by: Don Lewis Patch-by: Don Lewis (cherry picked from commit 788b479fff17918d21d26f71ce33c4cea0835251) Change-Id: Idb72387186a7575989292179d52e4629415e5741 --- sdext/source/pdfimport/wrapper/wrapper.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sdext') diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx index 998af4a419c1..92d72dc6c5fa 100644 --- a/sdext/source/pdfimport/wrapper/wrapper.cxx +++ b/sdext/source/pdfimport/wrapper/wrapper.cxx @@ -63,10 +63,8 @@ #include #include #include -#ifdef WNT #include #include -#endif #include "rtl/bootstrap.h" -- cgit