summaryrefslogtreecommitdiffstats
path: root/Meter.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-12-26 21:35:57 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-12-26 21:35:57 +0000
commit84281bdc44ea42e110efd256cdcdd37a84276204 (patch)
tree77b2b1f5e8bfc57bd6bdb82ac215e84d9f3179e2 /Meter.h
parent81e44312b4976d5516f129f36a67fe381bcb6883 (diff)
major header cleanup
Diffstat (limited to 'Meter.h')
-rw-r--r--Meter.h29
1 files changed, 2 insertions, 27 deletions
diff --git a/Meter.h b/Meter.h
index dc550e4d..08827240 100644
--- a/Meter.h
+++ b/Meter.h
@@ -9,28 +9,14 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-#include "RichString.h"
-#include "Object.h"
-#include "CRT.h"
-#include "ListItem.h"
-#include "String.h"
-#include "ProcessList.h"
-
-#include <math.h>
-#include <string.h>
-#include <stdlib.h>
-#include <stdarg.h>
-
-#include "debug.h"
-#include <assert.h>
-
#ifndef USE_FUNKY_MODES
-#include <time.h>
#define USE_FUNKY_MODES 1
#endif
#define METER_BUFFER_LEN 128
+#include "ListItem.h"
+#include "ProcessList.h"
typedef struct Meter_ Meter;
typedef struct MeterType_ MeterType;
@@ -97,17 +83,6 @@ typedef enum {
} MeterModeId;
-#include "CPUMeter.h"
-#include "MemoryMeter.h"
-#include "SwapMeter.h"
-#include "TasksMeter.h"
-#include "LoadAverageMeter.h"
-#include "UptimeMeter.h"
-#include "BatteryMeter.h"
-#include "ClockMeter.h"
-#include "HostnameMeter.h"
-
-
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy