commit | a7bbd4583ea488d721ed0e185ed8119cd171fc15 | [log] [tgz] |
---|---|---|
author | Zhikui Ren <zhikui.ren@intel.com> | Tue Feb 27 15:14:22 2024 -0800 |
committer | Zhikui Ren <zhikui.ren@intel.com> | Tue Feb 27 15:15:06 2024 -0800 |
tree | 802bc47035852fd6130462f7881712012477378e | |
parent | 9f1532dd04caabd87a9e70e3dbdea2f3a4ba09b8 [diff] |
remove duplicated header include This change fixes ci build error. Change-Id: I613e90f107146bf35d34d72d4a8e78054176a582 Signed-off-by: Zhikui Ren <zhikui.ren@intel.com>
diff --git a/pid/fancontroller.cpp b/pid/fancontroller.cpp index 68c4f68..fc26243 100644 --- a/pid/fancontroller.cpp +++ b/pid/fancontroller.cpp
@@ -15,8 +15,6 @@ */ #include "config.h" -#include "config.h" - #include "fancontroller.hpp" #include "tuning.hpp"