We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include
1 parent 6f756d1 commit 20ae897Copy full SHA for 20ae897
src/fastfetch.c
@@ -1,20 +1,15 @@
1
#include "fastfetch.h"
2
#include "common/commandoption.h"
3
-#include "common/printing.h"
4
-#include "common/parsing.h"
5
#include "common/io/io.h"
6
-#include "common/time.h"
7
#include "common/jsonconfig.h"
8
#include "detection/version/version.h"
9
#include "util/stringUtils.h"
10
#include "util/mallocHelper.h"
11
-#include "logo/logo.h"
12
#include "fastfetch_datatext.h"
13
14
#include <stdlib.h>
15
#include <ctype.h>
16
#include <string.h>
17
-#include <inttypes.h>
18
19
#ifdef WIN32
20
#include "util/windows/getline.h"
0 commit comments