Commit:    83852d3bb775fd3555011e2cc1d5fdc9f418469e
Author:    krakjoe <joe.watk...@live.co.uk>         Tue, 12 Nov 2013 08:28:03 
+0000
Parents:   c00abb0e75628d2284f76098e43626266a440d3e
Branches:  PHP-5.6

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=83852d3bb775fd3555011e2cc1d5fdc9f418469e

Log:
...

Changed paths:
  M  phpdbg_help.c
  M  phpdbg_print.c


Diff:
diff --git a/phpdbg_help.c b/phpdbg_help.c
index b887380..21feb07 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -17,8 +17,6 @@
    +----------------------------------------------------------------------+
 */
 
-#include <stdio.h>
-#include "zend.h"
 #include "phpdbg.h"
 #include "phpdbg_help.h"
 
diff --git a/phpdbg_print.c b/phpdbg_print.c
index c167482..d49cc26 100644
--- a/phpdbg_print.c
+++ b/phpdbg_print.c
@@ -17,8 +17,6 @@
    +----------------------------------------------------------------------+
 */
 
-#include <stdio.h>
-#include "zend.h"
 #include "phpdbg.h"
 #include "phpdbg_print.h"


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to