timer.c: remove unused include <inttypes.h>

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
This commit is contained in:
Konstantin Kharlamov 2019-09-11 23:51:49 +03:00 committed by Peter Hutterer
parent dec003e6bd
commit 25f7d85bb3

View file

@ -25,7 +25,6 @@
#include <assert.h>
#include <errno.h>
#include <inttypes.h>
#include <string.h>
#include <sys/timerfd.h>
#include <unistd.h>