From 0e97df08c28165332b2ec3ecd39b50dbd67b841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 28 Jun 2023 09:39:48 +0800 Subject: [PATCH] GPU (macOS): remove an unused `#include` --- src/detection/gpu/gpu_apple.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detection/gpu/gpu_apple.c b/src/detection/gpu/gpu_apple.c index 11eaf1da0..21c2a0a27 100644 --- a/src/detection/gpu/gpu_apple.c +++ b/src/detection/gpu/gpu_apple.c @@ -5,7 +5,6 @@ #include "util/apple/cf_helpers.h" #include -#include static double detectGpuTemp(const FFstrbuf* gpuName) {