Skip to content

Commit 20ae897

Browse files
committed
fastfetch: remove unused #includes
1 parent 6f756d1 commit 20ae897

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/fastfetch.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
#include "fastfetch.h"
22
#include "common/commandoption.h"
3-
#include "common/printing.h"
4-
#include "common/parsing.h"
53
#include "common/io/io.h"
6-
#include "common/time.h"
74
#include "common/jsonconfig.h"
85
#include "detection/version/version.h"
96
#include "util/stringUtils.h"
107
#include "util/mallocHelper.h"
11-
#include "logo/logo.h"
128
#include "fastfetch_datatext.h"
139

1410
#include <stdlib.h>
1511
#include <ctype.h>
1612
#include <string.h>
17-
#include <inttypes.h>
1813

1914
#ifdef WIN32
2015
#include "util/windows/getline.h"

0 commit comments

Comments
 (0)