From 92ab7bed7751a9a7461c9b30e0b3aba7a1d203b1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 21 Sep 2007 19:56:41 +0000 Subject: [PATCH] include tif_config.h using <> instead of "" git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/tiff/libtiff/mkg3states.c | 2 +- src/tiff/libtiff/tif_unix.c | 2 +- src/tiff/libtiff/tiffiop.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tiff/libtiff/mkg3states.c b/src/tiff/libtiff/mkg3states.c index dc9658d4d5..c6efa79792 100644 --- a/src/tiff/libtiff/mkg3states.c +++ b/src/tiff/libtiff/mkg3states.c @@ -29,7 +29,7 @@ * in Frank Cringle's viewfax program; * Copyright (C) 1990, 1995 Frank D. Cringle. */ -#include "tif_config.h" +#include #include #include diff --git a/src/tiff/libtiff/tif_unix.c b/src/tiff/libtiff/tif_unix.c index f63bae6279..24ded1c670 100644 --- a/src/tiff/libtiff/tif_unix.c +++ b/src/tiff/libtiff/tif_unix.c @@ -28,7 +28,7 @@ * TIFF Library UNIX-specific Routines. These are should also work with the * Windows Common RunTime Library. */ -#include "tif_config.h" +#include #ifdef HAVE_SYS_TYPES_H # include diff --git a/src/tiff/libtiff/tiffiop.h b/src/tiff/libtiff/tiffiop.h index 186d5c6bb1..fd3e0d4e03 100644 --- a/src/tiff/libtiff/tiffiop.h +++ b/src/tiff/libtiff/tiffiop.h @@ -30,7 +30,7 @@ * ``Library-private'' definitions. */ -#include "tif_config.h" +#include #ifdef HAVE_FCNTL_H # include -- 2.45.2