summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/filter/jpeg/jpeg.cxx4
-rw-r--r--vcl/source/filter/jpeg/jpegc.c4
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 <jpeg/jpeglib.h>
- #include <jpeg/jerror.h>
+ #include <jpeglib.h>
+ #include <jerror.h>
}
#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 <stdio.h>
#include <stdlib.h>
#include "setjmp.h"
-#include "jpeg/jpeglib.h"
-#include "jpeg/jerror.h"
+#include <jpeglib.h>
+#include <jerror.h>
#include "jpeg.h"
#include "rtl/alloc.h"
#include "osl/diagnose.h"