aboutsummaryrefslogtreecommitdiffstats
path: root/Meter.h
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf.devel@gmail.com>2009-06-29 13:08:39 +0300
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:27 +0200
commit6e545da37e2482b15007df28c549afa072a5198d (patch)
tree0c8b285d20201de17614a4d4fa9b3c644882ca94 /Meter.h
parent48ba112c47aec96ec9ce96103490eeb8b1b12585 (diff)
parentbea9b4798717b6f4e31085506dfc179eeb8dc17c (diff)
downloaddebian_htop-debian/0.8.3-1.tar.gz
debian_htop-debian/0.8.3-1.tar.bz2
debian_htop-debian/0.8.3-1.zip
Imported Debian patch 0.8.3-1debian/0.8.3-1
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 86e3489..fb2ec1e 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