rate_ctr: No need to include the inttypes.h
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 20 Dec 2010 12:38:22 +0000 (13:38 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 20 Dec 2010 12:38:22 +0000 (13:38 +0100)
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.

src/rate_ctr.c

index f58b5c4..80ef55b 100644 (file)
@@ -21,7 +21,6 @@
  */
 
 #include <stdint.h>
-#include <inttypes.h>
 #include <string.h>
 
 #include <osmocore/utils.h>