Global: remove #ifndef FF_INCLUDED_* guards

This commit is contained in:
李通洲
2023-11-08 14:21:18 +08:00
parent b4cd47cbc4
commit f9597eba39
73 changed files with 5 additions and 369 deletions
-5
View File
@@ -1,8 +1,5 @@
#pragma once
#ifndef FF_INCLUDED_common_commandoption
#define FF_INCLUDED_common_commandoption
#include "fastfetch.h"
typedef struct FFCustomValue
@@ -24,5 +21,3 @@ bool ffParseModuleOptions(const char* key, const char* value);
void ffPrepareCommandOption(FFdata* data);
void ffPrintCommandOption(FFdata* data, yyjson_mut_doc* jsonDoc);
void ffMigrateCommandOptionToJsonc(FFdata* data, yyjson_mut_doc* jsonDoc);
#endif