summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
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 /ProcessList.c
parent81e44312b4976d5516f129f36a67fe381bcb6883 (diff)
major header cleanup
Diffstat (limited to 'ProcessList.c')
-rw-r--r--ProcessList.c27
1 files changed, 13 insertions, 14 deletions
diff --git a/ProcessList.c b/ProcessList.c
index d33d83b8..453a77e8 100644
--- a/ProcessList.c
+++ b/ProcessList.c
@@ -5,20 +5,14 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
-#include "config.h"
-#endif
-
#include "ProcessList.h"
-#include "Process.h"
-#include "Vector.h"
-#include "UsersTable.h"
-#include "Hashtable.h"
+
+#include "CRT.h"
#include "String.h"
-#include "Panel.h"
+#include "debug.h"
-#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/utsname.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
@@ -26,14 +20,19 @@ in the source distribution for its full text.
#include <stdio.h>
#include <signal.h>
#include <stdbool.h>
-#include <sys/utsname.h>
#include <stdarg.h>
#include <math.h>
-
-#include "debug.h"
+#include <string.h>
+#include <time.h>
#include <assert.h>
/*{
+#include "Vector.h"
+#include "Hashtable.h"
+#include "UsersTable.h"
+#include "Panel.h"
+#include "Process.h"
+#include <sys/types.h>
#ifndef PROCDIR
#define PROCDIR "/proc"

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