COMP: Remove requirement that png and tiff headers must be in a specific directory relative to this one.

This commit is contained in:
Luis Ibanez 2010-08-31 23:35:03 +00:00
parent 75c589958a
commit 9427107b94
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef WIN32 #ifdef WIN32
#include "../libs/libtiff/tiffio.h" #include "tiffio.h"
#include "../libs/libpng/png.h" #include "png.h"
#else #else
#include <tiffio.h> #include <tiffio.h>
#include <png.h> #include <png.h>