On Wed, 7 Jul 2021, Nicolas Saenz Julienne wrote: > inttypes.h is already included above. > > Signed-off-by: Nicolas Saenz Julienne <nsaenzju@xxxxxxxxxx> > --- > src/oslat/oslat.c | 1 - > 1 file changed, 1 deletion(-) > > 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> > -- > 2.31.1 > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>