test: remove unused include of <limits.h> in runner.h (#4780)

Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
This commit is contained in:
Juan José 2025-05-10 09:04:59 -05:00 committed by GitHub
parent e4ed92aad7
commit 8d4218dcd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@
#ifndef RUNNER_H_
#define RUNNER_H_
#include <limits.h> /* PATH_MAX */
#include <stdio.h> /* FILE */