]> git.saurik.com Git - wxWidgets.git/commitdiff
include tif_config.h using <> instead of ""
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 19:56:41 +0000 (19:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 19:56:41 +0000 (19:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/libtiff/mkg3states.c
src/tiff/libtiff/tif_unix.c
src/tiff/libtiff/tiffiop.h

index dc9658d4d511dee9aef756a9f5082cf178bbef19..c6efa79792e18e95ffab7fc0ad244108bff60327 100644 (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>
index f63bae627981cf5e46c948eb71ff1f7618d19fc5..24ded1c6701a1fa1b1906c7954afdac3a475d293 100644 (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>
index 186d5c6bb14bf704ce90ce33a41134305f670a48..fd3e0d4e038e2cae8f28c32037d2e01b156ff7fd 100644 (file)
@@ -30,7 +30,7 @@
  * ``Library-private'' definitions.
  */
 
-#include "tif_config.h"
+#include <tif_config.h>
 
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>