From 59fce95047d598ca78587544d2af23bd8eab862e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rainer=20M=C3=BCller?= <raimue@codingfarm.de>
Date: Wed, 20 Feb 2013 19:09:54 +0100
Subject: [PATCH 2/4] watch: Remove unused header
No declaration from proc/procps.h is actually used for watch.
---
watch.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/watch.c b/watch.c
index 5a22952..0713448 100644
a
|
b
|
|
31 | 31 | #include "config.h" |
32 | 32 | #include "fileutils.h" |
33 | 33 | #include "nls.h" |
34 | | #include "proc/procps.h" |
35 | 34 | #include "strutils.h" |
36 | 35 | #include "xalloc.h" |
37 | 36 | #include <ctype.h> |