[Libreoffice-commits] core.git: sdext/source
Damjan Jovanovic
damjan at apache.org
Tue Oct 13 01:21:24 PDT 2015
sdext/source/pdfimport/wrapper/wrapper.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7000c07834af2231145519ae6fd81c6297bf9004
Author: Damjan Jovanovic <damjan at apache.org>
Date: Mon Oct 12 17:51:16 2015 +0000
Fix building with --enable-pdfimport on FreeBSD.
Found-by: Don Lewis
Patch-by: Don Lewis
(cherry picked from commit 788b479fff17918d21d26f71ce33c4cea0835251)
Change-Id: Idb72387186a7575989292179d52e4629415e5741
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 998af4a..92d72dc 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -63,10 +63,8 @@
#include <memory>
#include <unordered_map>
#include <string.h>
-#ifdef WNT
#include <stdlib.h>
#include <ctype.h>
-#endif
#include "rtl/bootstrap.h"
More information about the Libreoffice-commits
mailing list