diff options
author | John Birrell <jb@FreeBSD.org> | 2008-04-26 00:54:52 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 2008-04-26 00:54:52 +0000 |
commit | 275928fc142e604d7d091feb5eff54c72f241964 (patch) | |
tree | 8ca775b7063efa797f34e76afbae30ecb5cb3dc9 /tools/ctf/common/memory.c | |
parent | 2de84d2572206157cf33d1fb75463eeb42ae8e42 (diff) |
Diffstat (limited to 'tools/ctf/common/memory.c')
-rw-r--r-- | tools/ctf/common/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ctf/common/memory.c b/tools/ctf/common/memory.c index e16044a8b6725..390ff128e4332 100644 --- a/tools/ctf/common/memory.c +++ b/tools/ctf/common/memory.c @@ -35,7 +35,6 @@ #include <stdlib.h> #include <string.h> #include <strings.h> -#include "memory.h" static void memory_bailout(void) |