summaryrefslogtreecommitdiffstats
path: root/Meter.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-06-02 04:51:23 +0000
commit6330ff3a0ac6d279132d36cea027ad3f065707b1 (patch)
tree70d894309bb92c9146fc4063e41d68686ffcfafd /Meter.h
parent1371ee28a7e953052e414dfd1641294852aa4458 (diff)
changes for htop 0.8.2
Diffstat (limited to 'Meter.h')
-rw-r--r--Meter.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/Meter.h b/Meter.h
index 86e3489c..fb2ec1ed 100644
--- a/Meter.h
+++ b/Meter.h
@@ -10,18 +10,17 @@ in the source distribution for its full text.
*/
#define _GNU_SOURCE
-#include <math.h>
-#include <string.h>
-#include <stdlib.h>
-#include <curses.h>
-#include <stdarg.h>
-
+#include "RichString.h"
#include "Object.h"
#include "CRT.h"
#include "ListItem.h"
#include "String.h"
#include "ProcessList.h"
-#include "RichString.h"
+
+#include <math.h>
+#include <string.h>
+#include <stdlib.h>
+#include <stdarg.h>
#include "debug.h"
#include <assert.h>

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