commit 540fd70b9bb9b4e704d170e8ffe1b6214cd79a73 parent 991a18212a708ff6f8a6f7f5a4244fc0e5013277 Author: neauoire <aliceffekt@gmail.com> Date: Fri, 22 Oct 2021 16:41:23 -0700 Removed unused include Diffstat:
M | src/uxncli.c | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/uxncli.c b/src/uxncli.c @@ -1,7 +1,6 @@ #include <stdio.h> -#include <time.h> #include <unistd.h> -#include <string.h> +#include <time.h> #include "uxn.h" /*