rename and remove usage of inttypes.h, not needed

This commit is contained in:
Andrey Hristov 2010-10-25 13:44:11 +00:00
parent 21d704063d
commit e70b2fcda4
2 changed files with 3 additions and 4 deletions

View file

@ -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";