[libpng16] Fixed include directives in two new intel files to reflect

their new location in contrib/intel/* (was intel/*)
This commit is contained in:
Glenn Randers-Pehrson 2016-02-18 21:23:24 -06:00
parent 4233766b1d
commit cdd9a23fd4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* and license in png.h
*/
#include "../pngpriv.h"
#include "../../pngpriv.h"
#ifdef PNG_READ_SUPPORTED

View File

@ -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