remove unused headers

This commit is contained in:
AUnicornWithNoLife 2023-05-11 20:56:37 +01:00
parent 87cbf3f854
commit f45d17a851
2 changed files with 2 additions and 4 deletions

View File

@ -1,10 +1,7 @@
// c argument parser - Rose (github.com/AUnicornWithNoLife)
#include "carg-parse.h"
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
carg_parse_data* carg_parse(int argc, char** argv)
{

View File

@ -1,7 +1,8 @@
// c argument parser - Rose (github.com/AUnicornWithNoLife)
#ifndef CARG_PARSE
#define CARG_PARSE
#include <stdio.h>
#include <stdint.h>
typedef struct