include tif_config.h using <> instead of ""

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-21 19:56:41 +00:00
parent 0272a10d2e
commit 92ab7bed77
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
* in Frank Cringle's viewfax program;
* Copyright (C) 1990, 1995 Frank D. Cringle.
*/
#include "tif_config.h"
#include <tif_config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@@ -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 <tif_config.h>
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>

View File

@@ -30,7 +30,7 @@
* ``Library-private'' definitions.
*/
#include "tif_config.h"
#include <tif_config.h>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>