diff options
author | Burt P <pburt0@gmail.com> | 2019-12-31 23:31:20 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2020-01-03 09:33:06 -0800 |
commit | a3224ab9a0542d295e2e3eafb1ad5b9c7bb9ce75 (patch) | |
tree | 57cce3eaa52c0c0895bf9cb33f3344c488628cdf /hardinfo/cpu_util.c | |
parent | b91a9beaf8708688480f39083d24169159ac22b6 (diff) |
use newer cpubits.{h,c} from sysobj
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'hardinfo/cpu_util.c')
-rw-r--r-- | hardinfo/cpu_util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hardinfo/cpu_util.c b/hardinfo/cpu_util.c index a598d2ed..5064c173 100644 --- a/hardinfo/cpu_util.c +++ b/hardinfo/cpu_util.c @@ -20,8 +20,7 @@ #include <string.h> #include "hardinfo.h" #include "cpu_util.h" - -#include "cpubits.c" +#include "cpubits.h" #define CPU_TOPO_NULL -9877 |