remove unused headers
This commit is contained in:
parent
87cbf3f854
commit
f45d17a851
@ -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)
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user