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 | 762a1b2d263bb612342733492dc0c67ebb79d6d6 (patch) | |
tree | a9f191a66bccf18b4684cd5cdef8a223703673d6 /ext/mysqlnd/mysqlnd_debug.c | |
parent | 384cd8cda5f401fe3d5fbd9591cf6e1e1614c260 (diff) | |
download | php-git-762a1b2d263bb612342733492dc0c67ebb79d6d6.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 cec3f7333b..0d34721e2a 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"; |