summaryrefslogtreecommitdiff
path: root/vcl/source/filter/jpeg/jpeg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/jpeg/jpeg.cxx')
-rw-r--r--vcl/source/filter/jpeg/jpeg.cxx4
1 files changed, 2 insertions, 2 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