summaryrefslogtreecommitdiffstats
path: root/src/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.c')
-rw-r--r--src/list.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/list.c b/src/list.c
index 042bb499..d64c3eb8 100644
--- a/src/list.c
+++ b/src/list.c
@@ -2,7 +2,7 @@
File: list.c
- Copyright (C) 2006-2007 Christophe GRENIER <[email protected]>
+ Copyright (C) 2006-2008 Christophe GRENIER <[email protected]>
This software is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,7 +29,6 @@
#include "types.h"
#include "common.h"
#include "list.h"
-#include "log.h"
void list_truncate(alloc_list_t *list, const uint64_t file_size)
{