Skip to content

Commit

Permalink
Changed: refactoring some includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Allaert committed Mar 29, 2016
1 parent 74c46a1 commit 38163be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 2 additions & 7 deletions backtrace.c
Expand Up @@ -19,15 +19,10 @@
#include "php_apm.h"
#include "php.h"
#include "zend_types.h"

#if PHP_VERSION_ID >= 70000
# include "zend_smart_str.h"
#else
# include "ext/standard/php_smart_str.h"
#endif

#include "ext/standard/php_string.h"

#include "backtrace.h"

ZEND_DECLARE_MODULE_GLOBALS(apm);

static void debug_print_backtrace_args(zval *arg_array TSRMLS_DC, smart_str *trace_str);
Expand Down
6 changes: 0 additions & 6 deletions driver_socket.c
Expand Up @@ -29,12 +29,6 @@
#include "php_apm.h"
#include "php_ini.h"

#if PHP_VERSION_ID >= 70000
# include "zend_smart_str.h"
#else
# include "ext/standard/php_smart_str.h"
#endif

#include "ext/json/php_json.h"
#include "driver_socket.h"
#include "SAPI.h"
Expand Down

0 comments on commit 38163be

Please sign in to comment.