diff options
author | Marqin <marqin.pl@gmail.com> | 2014-09-14 21:26:31 +0200 |
---|---|---|
committer | Marqin <marqin.pl@gmail.com> | 2014-09-14 21:43:15 +0200 |
commit | 21a3aa56c90db372cac63c0bcac13404d38521bd (patch) | |
tree | e57b9b939d6aa3a376090d259ba0e07329fd37f3 /drivers/webp/dsp | |
parent | 1a2cb755e2d8b9d59178f36702f6dff7235b9088 (diff) |
fix include paths in webp
Diffstat (limited to 'drivers/webp/dsp')
-rw-r--r-- | drivers/webp/dsp/dsp.h | 2 | ||||
-rw-r--r-- | drivers/webp/dsp/lossless.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/webp/dsp/dsp.h b/drivers/webp/dsp/dsp.h index 042c98aad2..9ff53174d4 100644 --- a/drivers/webp/dsp/dsp.h +++ b/drivers/webp/dsp/dsp.h @@ -12,7 +12,7 @@ #ifndef WEBP_DSP_DSP_H_ #define WEBP_DSP_DSP_H_ -#include "../webp/types.h" +#include "../types.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { diff --git a/drivers/webp/dsp/lossless.h b/drivers/webp/dsp/lossless.h index 992516fcdf..7c7d5555ed 100644 --- a/drivers/webp/dsp/lossless.h +++ b/drivers/webp/dsp/lossless.h @@ -13,8 +13,8 @@ #ifndef WEBP_DSP_LOSSLESS_H_ #define WEBP_DSP_LOSSLESS_H_ -#include "../webp/types.h" -#include "../webp/decode.h" +#include "../types.h" +#include "../decode.h" #if defined(__cplusplus) || defined(c_plusplus) extern "C" { |