rate_ctr: No need to include the inttypes.h

There should not be any u_int*_t types in this file, no need
to include this file. It is breaking compilation with the last
x86 build of GNU ARM for GCC 3.4.
This commit is contained in:
Holger Hans Peter Freyther 2010-12-20 13:38:22 +01:00
parent ab1246e0b5
commit 4f4b0101c4
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
*/
#include <stdint.h>
#include <inttypes.h>
#include <string.h>
#include <osmocore/utils.h>