]> granicus.if.org Git - php/commitdiff
- Let's be consistent with these..
authorfoobar <sniper@php.net>
Mon, 17 Feb 2003 03:07:33 +0000 (03:07 +0000)
committerfoobar <sniper@php.net>
Mon, 17 Feb 2003 03:07:33 +0000 (03:07 +0000)
ext/bcmath/libbcmath/src/bcmath.h
ext/bcmath/libbcmath/src/config.h
ext/ovrimos/ovrimos.c
ext/standard/flock_compat.c
win32/glob.c
win32/time.h
win32/winutil.c

index 6833ce4bcf38616c3a95ff691c1ddcf378ac72fa..1914d0bcdfdf29b557681d14c856b696c09006f0 100644 (file)
@@ -52,8 +52,8 @@ typedef struct bc_struct
                           in the case of leading zeros generated. */
     } bc_struct;
 
-#include <php.h>
-#include <ext/bcmath/php_bcmath.h>
+#include "php.h"
+#include "ext/bcmath/php_bcmath.h"
 
 
 /* The base used in storing the numbers in n_value above.
index a70ba5e52d887b2ad2d23bd83cbca02f3bb9c3d6..89e3e43b698c4b42509d0ed66e22504d0181561b 100644 (file)
@@ -6,7 +6,7 @@
 #include "php_config.h"
 #endif
 
-#include <php.h>
+#include "php.h"
 #include <string.h>
 #include "zend.h"
 #include "zend_alloc.h"
index 8224a79c9f2070d3e6b01f87968c10dd930bec6d..e34cd155c93d014b8f41def3d64f1f64b5d0e68e 100644 (file)
 
 /* $Id$ */
 
-#include <php.h>
-#include <php_globals.h>
-#include <zend_API.h>
+#include "php.h"
+#include "php_globals.h"
+#include "zend_API.h"
 #include "ext/standard/php_standard.h"
 #include "ext/standard/info.h"
+
 #include <sqlcli.h> /* ovrimos header 
                      */
 
index bfeb0b83094b91e1213ebb6a8d5a331ebb2fe7d0..ea9d518a298e307ae600a4f6de9d276ded5346ab 100644 (file)
@@ -18,7 +18,7 @@
 
 /* $Id$ */
 
-#include <php.h>
+#include "php.h"
 #include <errno.h>
 #include "ext/standard/flock_compat.h"
 
index f9011536adce9bb7eb059a92c2a06a9fbbe2bc90..c6a29e1c9cd08555e4c065238101250dbae006e6 100644 (file)
@@ -72,7 +72,7 @@
 #endif
 #endif
 
-#include <php.h>
+#include "php.h"
 #include <sys/stat.h>
 
 #include <ctype.h>
index 4d6c8a2bc2fb9f423ec38205f3a69b047bfeccec..8ba57d7ffadd9caf1018a8d909ab839466424aff 100644 (file)
@@ -15,7 +15,7 @@
 /* Include stuff ************************************************************ */
 #include <winsock2.h>
 #include <time.h>
-#include <php.h>
+#include "php.h"
 
 /* Struct stuff ************************************************************* */
 struct timezone {
index d4a21ce6ba090100b66a7b693339f18021c740e2..2f1a0f9cfd9236e2bfd522458b66238a0b46be70 100644 (file)
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-#include <php.h>
+#include "php.h"
 
 PHPAPI char *php_win_err(int error)
 {