diff options
Diffstat (limited to 'lockfile.c')
-rw-r--r-- | lockfile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lockfile.c b/lockfile.c index 2a2fea3cb..261baff04 100644 --- a/lockfile.c +++ b/lockfile.c @@ -1,7 +1,6 @@ /* * Copyright (c) 2005, Junio C Hamano */ -#include <signal.h> #include "cache.h" static struct lock_file *lock_file_list; |