summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <nsaenzju@redhat.com>2021-07-07 10:48:48 +0200
committerJohn Kacur <jkacur@redhat.com>2021-07-09 14:04:43 -0400
commite4984fbe3e9aa0b4d3103e969e58d8d4a315ffb4 (patch)
tree00830affb73fabd89869fce937cf4c59ed1629ff
parent85a60dc6be47ddb43aafe1c74a322b7629ee2187 (diff)
downloadrt-tests-e4984fbe3e9aa0b4d3103e969e58d8d4a315ffb4.tar.gz
oslat: Remove redundant include
inttypes.h is already included above. Signed-off-by: Nicolas Saenz Julienne <nsaenzju@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--src/oslat/oslat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/oslat/oslat.c b/src/oslat/oslat.c
index 6108fed..1cba6fc 100644
--- a/src/oslat/oslat.c
+++ b/src/oslat/oslat.c
@@ -29,7 +29,6 @@
#include <numa.h>
#include <math.h>
#include <limits.h>
-#include <inttypes.h>
#include <sys/prctl.h>
#include <sys/stat.h>