- Let's be consistent with these..

This commit is contained in:
foobar 2003-02-17 03:07:33 +00:00
parent 774900c809
commit 4e3d4e4329
7 changed files with 11 additions and 10 deletions

View file

@ -52,8 +52,8 @@ typedef struct bc_struct
in the case of leading zeros generated. */ in the case of leading zeros generated. */
} bc_struct; } bc_struct;
#include <php.h> #include "php.h"
#include <ext/bcmath/php_bcmath.h> #include "ext/bcmath/php_bcmath.h"
/* The base used in storing the numbers in n_value above. /* The base used in storing the numbers in n_value above.

View file

@ -6,7 +6,7 @@
#include "php_config.h" #include "php_config.h"
#endif #endif
#include <php.h> #include "php.h"
#include <string.h> #include <string.h>
#include "zend.h" #include "zend.h"
#include "zend_alloc.h" #include "zend_alloc.h"

View file

@ -21,11 +21,12 @@
/* $Id$ */ /* $Id$ */
#include <php.h> #include "php.h"
#include <php_globals.h> #include "php_globals.h"
#include <zend_API.h> #include "zend_API.h"
#include "ext/standard/php_standard.h" #include "ext/standard/php_standard.h"
#include "ext/standard/info.h" #include "ext/standard/info.h"
#include <sqlcli.h> /* ovrimos header #include <sqlcli.h> /* ovrimos header
*/ */

View file

@ -18,7 +18,7 @@
/* $Id$ */ /* $Id$ */
#include <php.h> #include "php.h"
#include <errno.h> #include <errno.h>
#include "ext/standard/flock_compat.h" #include "ext/standard/flock_compat.h"

View file

@ -72,7 +72,7 @@
#endif #endif
#endif #endif
#include <php.h> #include "php.h"
#include <sys/stat.h> #include <sys/stat.h>
#include <ctype.h> #include <ctype.h>

View file

@ -15,7 +15,7 @@
/* Include stuff ************************************************************ */ /* Include stuff ************************************************************ */
#include <winsock2.h> #include <winsock2.h>
#include <time.h> #include <time.h>
#include <php.h> #include "php.h"
/* Struct stuff ************************************************************* */ /* Struct stuff ************************************************************* */
struct timezone { struct timezone {

View file

@ -16,7 +16,7 @@
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
#include <php.h> #include "php.h"
PHPAPI char *php_win_err(int error) PHPAPI char *php_win_err(int error)
{ {