summaryrefslogtreecommitdiff
path: root/Panel.c
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-12-26 22:04:29 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-12-26 22:04:29 +0000
commit2da36a31086a874c2b5e688fe0e3c5c17766fb5d (patch)
tree242ce98827c1dc39c6287828f1fa97d01627e67d /Panel.c
parente9a74c76f69a88423841b83936ba3cb0561d7f60 (diff)
downloadhtop-2da36a31086a874c2b5e688fe0e3c5c17766fb5d.tar.gz
Remove old memory debugging routines. We have Valgrind nowadays.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@279 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Panel.c b/Panel.c
index 74f0756..b090c52 100644
--- a/Panel.c
+++ b/Panel.c
@@ -11,7 +11,6 @@ in the source distribution for its full text.
#include "RichString.h"
#include "ListItem.h"
#include "String.h"
-#include "debug.h"
#include <math.h>
#include <stdbool.h>