diff options
author | Rainer Müller <raimue@codingfarm.de> | 2013-02-20 19:09:54 +0100 |
---|---|---|
committer | Rainer Müller <raimue@codingfarm.de> | 2013-03-20 16:32:06 +0100 |
commit | 538bd978a41263792e14e4df56091cecbece2f24 (patch) | |
tree | 2d59af2149e9b044d78e295ff561bfe3e67de2f4 /watch.c | |
parent | 042776e04c24c8ce7a681a175d91595fbeb82103 (diff) | |
download | procps-ng-538bd978a41263792e14e4df56091cecbece2f24.tar.gz |
watch: Remove unused header
No declaration from proc/procps.h is actually used for watch.
Diffstat (limited to 'watch.c')
-rw-r--r-- | watch.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ #include "config.h" #include "fileutils.h" #include "nls.h" -#include "proc/procps.h" #include "strutils.h" #include "xalloc.h" #include <ctype.h> |