[libpng16] Fixed include directives in two new intel files to reflect
their new location in contrib/intel/* (was intel/*)
This commit is contained in:
parent
4233766b1d
commit
cdd9a23fd4
@ -8,7 +8,7 @@
|
||||
* and license in png.h
|
||||
*/
|
||||
|
||||
#include "../pngpriv.h"
|
||||
#include "../../pngpriv.h"
|
||||
|
||||
#ifdef PNG_READ_SUPPORTED
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
* and license in png.h
|
||||
*/
|
||||
|
||||
#include "../pngpriv.h"
|
||||
#include "../../pngpriv.h"
|
||||
|
||||
#ifdef PNG_READ_SUPPORTED
|
||||
#if PNG_INTEL_SSE_IMPLEMENTATION > 0
|
||||
|
Loading…
Reference in New Issue
Block a user