aboutsummaryrefslogtreecommitdiffstats
path: root/UsersTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'UsersTable.h')
-rw-r--r--UsersTable.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/UsersTable.h b/UsersTable.h
index cd69793..93ece0d 100644
--- a/UsersTable.h
+++ b/UsersTable.h
@@ -4,21 +4,12 @@
#define HEADER_UsersTable
/*
htop - UsersTable.h
-(C) 2004-2010 Hisham H. Muhammad
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Hashtable.h"
-#include "String.h"
-
-#include <stdio.h>
-#include <strings.h>
-#include <pwd.h>
-#include <sys/types.h>
-
-#include "debug.h"
-#include <assert.h>
typedef struct UsersTable_ {
Hashtable* users;