summaryrefslogtreecommitdiffstats
path: root/ProcessList.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 /ProcessList.h
parent81e44312b4976d5516f129f36a67fe381bcb6883 (diff)
major header cleanup
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 702f966d..719783b7 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -9,33 +9,12 @@ 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 "Process.h"
#include "Vector.h"
-#include "UsersTable.h"
#include "Hashtable.h"
-#include "String.h"
+#include "UsersTable.h"
#include "Panel.h"
-
+#include "Process.h"
#include <sys/types.h>
-#include <sys/stat.h>
-#include <unistd.h>
-#include <dirent.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <signal.h>
-#include <stdbool.h>
-#include <sys/utsname.h>
-#include <stdarg.h>
-#include <math.h>
-
-#include "debug.h"
-#include <assert.h>
-
#ifndef PROCDIR
#define PROCDIR "/proc"

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