From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- CPUMeter.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'CPUMeter.c') diff --git a/CPUMeter.c b/CPUMeter.c index f2a4fe3..90555ff 100644 --- a/CPUMeter.c +++ b/CPUMeter.c @@ -6,17 +6,19 @@ in the source distribution for its full text. */ #include "CPUMeter.h" -#include "Meter.h" +#include "CRT.h" #include "ProcessList.h" +#include #include #include #include #include -#include "debug.h" -#include +/*{ +#include "Meter.h" +}*/ int CPUMeter_attributes[] = { CPU_NICE, CPU_NORMAL, CPU_KERNEL, CPU_IRQ, CPU_SOFTIRQ, CPU_IOWAIT, CPU_STEAL, CPU_GUEST -- cgit v1.2.3