aboutsummaryrefslogtreecommitdiffstats
path: root/Hashtable.h
diff options
context:
space:
mode:
authorDiogo Ferreira <defer@cyngn.com>2015-01-14 11:13:52 +0000
committerDiogo Ferreira <defer@cyngn.com>2015-01-14 11:38:57 +0000
commit841159c272ac08b1cd5bdef5167a8ce11383fbb5 (patch)
treed7272ef150e58eaa1acc9ab62cf9e6c0aecbc2da /Hashtable.h
parente1a8535012ab86d3e926bebfb7731dab1eb7320a (diff)
downloadandroid_external_htop-cm-14.0.tar.gz
android_external_htop-cm-14.0.tar.bz2
android_external_htop-cm-14.0.zip
Change-Id: I416c44803b3a79c2fd752e342ea113875fa533e0
Diffstat (limited to 'Hashtable.h')
-rw-r--r--Hashtable.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/Hashtable.h b/Hashtable.h
index a02ed0f..2560896 100644
--- a/Hashtable.h
+++ b/Hashtable.h
@@ -3,18 +3,13 @@
#ifndef HEADER_Hashtable
#define HEADER_Hashtable
/*
-htop
-(C) 2004-2010 Hisham H. Muhammad
+htop - Hashtable.h
+(C) 2004-2011 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-
-#include <stdlib.h>
#include <stdbool.h>
-#include <assert.h>
-
-#include "debug.h"
typedef struct Hashtable_ Hashtable;