Skip to content

Commit dbb0bed

Browse files
Remove unneeded include statements
1 parent d941140 commit dbb0bed

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

extractor/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@
1010
#include <libgen.h>
1111
#include <limits.h>
1212
#include "cjson/cJSON.h"
13-
1413
#include "utils.h"
1514

16-
#define __USE_XOPEN_EXTENDED
17-
#include <ftw.h>
18-
1915
cJSON* generateChangeRequest(cJSON* json, char* filePath, char* uuid, char* name_string, char* author_string, char* icon_string) {
2016
struct stat st;
2117
stat(filePath, &st);

0 commit comments

Comments
 (0)