git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48894
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
* 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>
* 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>
* ``Library-private'' definitions.
*/
-#include "tif_config.h"
+#include <tif_config.h>
#ifdef HAVE_FCNTL_H
# include <fcntl.h>