From f45d17a851888d3c3757403e458ce88062a5dfcf Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife <55228370+AUnicornWithNoLife@users.noreply.github.com> Date: Thu, 11 May 2023 20:56:37 +0100 Subject: [PATCH] remove unused headers --- carg-parse.c | 3 --- carg-parse.h | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/carg-parse.c b/carg-parse.c index c4fec06..b42b8da 100644 --- a/carg-parse.c +++ b/carg-parse.c @@ -1,10 +1,7 @@ // c argument parser - Rose (github.com/AUnicornWithNoLife) #include "carg-parse.h" -#include -#include #include -#include carg_parse_data* carg_parse(int argc, char** argv) { diff --git a/carg-parse.h b/carg-parse.h index c6f9eb8..072f745 100644 --- a/carg-parse.h +++ b/carg-parse.h @@ -1,7 +1,8 @@ +// c argument parser - Rose (github.com/AUnicornWithNoLife) + #ifndef CARG_PARSE #define CARG_PARSE -#include #include typedef struct