summaryrefslogtreecommitdiff
path: root/ext/gmp/gmp.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2006-06-26 14:11:17 +0000
committerHannes Magnusson <bjori@php.net>2006-06-26 14:11:17 +0000
commitd258bcd95122aad4d944cc601c1b0eeddd9a8d01 (patch)
tree73af4130ecf6cf0f3a50b1fe463b2cd24ce83e67 /ext/gmp/gmp.c
parentae1ec65637a1a4e483ac4036f85a1f2915eb3f32 (diff)
downloadphp-git-d258bcd95122aad4d944cc601c1b0eeddd9a8d01.tar.gz
MFH: Removed obsolete arginfo include
Diffstat (limited to 'ext/gmp/gmp.c')
-rw-r--r--ext/gmp/gmp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/gmp/gmp.c b/ext/gmp/gmp.c
index 963908e236..3e723e6f4f 100644
--- a/ext/gmp/gmp.c
+++ b/ext/gmp/gmp.c
@@ -333,9 +333,6 @@ zend_module_entry gmp_module_entry = {
#ifdef COMPILE_DL_GMP
ZEND_GET_MODULE(gmp)
-# ifdef PHP_WIN32
-# include "zend_arg_defs.c"
-# endif
#endif
static void _php_gmpnum_free(zend_rsrc_list_entry *rsrc TSRMLS_DC);