summaryrefslogtreecommitdiffstats
path: root/DebugMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'DebugMemory.h')
-rw-r--r--DebugMemory.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/DebugMemory.h b/DebugMemory.h
index a67a5f2b..d0b8a3d2 100644
--- a/DebugMemory.h
+++ b/DebugMemory.h
@@ -2,12 +2,12 @@
#ifndef HEADER_DebugMemory
#define HEADER_DebugMemory
-
-#include <string.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <stdbool.h>
-#include <assert.h>
+/*
+htop - DebugMemory.h
+(C) 2004-2011 Hisham H. Muhammad
+Released under the GNU GPL, see the COPYING file
+in the source distribution for its full text.
+*/
#undef strdup
#undef malloc
@@ -16,7 +16,6 @@
#undef free
-
typedef struct DebugMemoryItem_ DebugMemoryItem;
struct DebugMemoryItem_ {