diff options
author | Andrey Hristov <andrey@php.net> | 2010-10-25 13:44:11 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2010-10-25 13:44:11 +0000 |
commit | e70b2fcda46623f75e0d77a79617f5178d4013f7 (patch) | |
tree | ac94b99f282832e3eb9c14aa56be4112e95904fd /ext/mysqlnd/mysqlnd_debug.c | |
parent | 21d704063d5107a7e49877e3be333c79681c765f (diff) | |
download | php-git-e70b2fcda46623f75e0d77a79617f5178d4013f7.tar.gz |
rename and remove usage of inttypes.h, not needed
Diffstat (limited to 'ext/mysqlnd/mysqlnd_debug.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_debug.c b/ext/mysqlnd/mysqlnd_debug.c index 304b50dae1..2860d17c49 100644 --- a/ext/mysqlnd/mysqlnd_debug.c +++ b/ext/mysqlnd/mysqlnd_debug.c @@ -27,7 +27,6 @@ #include "mysqlnd_wireprotocol.h" #include "mysqlnd_statistics.h" #include "zend_builtin_functions.h" -#include "inttypes.h" static const char * const mysqlnd_debug_default_trace_file = "/tmp/mysqlnd.trace"; |