timer: remove unneeded header includes

These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
This commit is contained in:
Sean Morrissey 2022-06-20 10:40:29 +00:00 committed by Thomas Monjalon
parent 5ec9bff003
commit 2237e6da52
2 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
#include <stdbool.h>
#include <inttypes.h>
#include <assert.h>
#include <sys/queue.h>
#include <rte_common.h>
#include <rte_cycles.h>

View File

@ -36,9 +36,7 @@
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <rte_common.h>
#include <rte_config.h>
#include <rte_spinlock.h>
#ifdef __cplusplus