From 540f090a68ae4375a36d0ee6dfbb4a82f28ac704 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 4 Jan 2013 22:02:34 +0100 Subject: Fix build on linux. Change-Id: I5753a822e9f18d1afa831ece6134e030f88ad47f --- vcl/source/filter/jpeg/jpeg.cxx | 4 ++-- vcl/source/filter/jpeg/jpegc.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vcl/source/filter/jpeg/jpeg.cxx b/vcl/source/filter/jpeg/jpeg.cxx index 3c0fe9c429dc..72c6e5746248 100644 --- a/vcl/source/filter/jpeg/jpeg.cxx +++ b/vcl/source/filter/jpeg/jpeg.cxx @@ -24,8 +24,8 @@ extern "C" { #include "stdio.h" #include "jpeg.h" - #include - #include + #include + #include } #define _JPEGPRIVATE diff --git a/vcl/source/filter/jpeg/jpegc.c b/vcl/source/filter/jpeg/jpegc.c index f9bcc07ca3df..e70aa53224fc 100644 --- a/vcl/source/filter/jpeg/jpegc.c +++ b/vcl/source/filter/jpeg/jpegc.c @@ -20,8 +20,8 @@ #include #include #include "setjmp.h" -#include "jpeg/jpeglib.h" -#include "jpeg/jerror.h" +#include +#include #include "jpeg.h" #include "rtl/alloc.h" #include "osl/diagnose.h" -- cgit v1.2.3