diff options
author | Alasdair Kergon <agk@redhat.com> | 2002-11-18 14:01:16 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2002-11-18 14:01:16 +0000 |
commit | d1d9800ef1c7ec38a5f72b8e2586f927ab68188c (patch) | |
tree | 54e68c3d31d89b99ffd46e44073d44ca4254be48 /lib/mm/pool-debug.c | |
parent | 74b27447c1070c55d922620ba2b1f6bc7257766c (diff) | |
download | lvm2-d1d9800ef1c7ec38a5f72b8e2586f927ab68188c.tar.gz |
Refactoring.
Diffstat (limited to 'lib/mm/pool-debug.c')
-rw-r--r-- | lib/mm/pool-debug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mm/pool-debug.c b/lib/mm/pool-debug.c index 4cc942312..3660defcf 100644 --- a/lib/mm/pool-debug.c +++ b/lib/mm/pool-debug.c @@ -4,9 +4,8 @@ * This file is released under the LGPL. */ +#include "lib.h" #include "pool.h" -#include "dbg_malloc.h" -#include "log.h" #include <assert.h> |