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_detection_gpu_gpu
#define FF_INCLUDED_detection_gpu_gpu
#include "fastfetch.h"
#define FF_GPU_TEMP_UNSET (0/0.0)
@@ -42,5 +39,3 @@ const char* ffDetectGPU(const FFGPUOptions* options, FFlist* result);
const char* ffDetectGPUImpl(const FFGPUOptions* options, FFlist* gpus);
const char* ffGetGPUVendorString(unsigned vendorId);
#endif