X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libopenjpeg%2Fopj_includes.h;h=53a0c4a7215b1f30b35da357123622138869122b;hb=6aaaa3eae28d82e3a2c34e0bd57d027be0685869;hp=7ec641bc10392e4feb909108ea5e4179e87062f3;hpb=709068ef5bf76b13948be4dffa03cc513f2e4abd;p=openjpeg.git diff --git a/libopenjpeg/opj_includes.h b/libopenjpeg/opj_includes.h index 7ec641bc..53a0c4a7 100644 --- a/libopenjpeg/opj_includes.h +++ b/libopenjpeg/opj_includes.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Hervé Drolon, FreeImage Team + * Copyright (c) 2005, Herve Drolon, FreeImage Team * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -104,7 +104,6 @@ static INLINE long lrintf(float f){ } #endif -#include "opj_convert.h" #include "j2k_lib.h" #include "opj_malloc.h" #include "event.h" @@ -130,7 +129,7 @@ static INLINE long lrintf(float f){ /* JPWL>> */ #ifdef USE_JPWL -#include "../jpwl/jpwl.h" +#include "./jpwl/jpwl.h" #endif /* USE_JPWL */ /* <