summaryrefslogtreecommitdiff
path: root/watch.c
diff options
context:
space:
mode:
authorRainer Müller <raimue@codingfarm.de>2013-02-20 19:09:54 +0100
committerRainer Müller <raimue@codingfarm.de>2013-03-20 16:32:06 +0100
commit538bd978a41263792e14e4df56091cecbece2f24 (patch)
tree2d59af2149e9b044d78e295ff561bfe3e67de2f4 /watch.c
parent042776e04c24c8ce7a681a175d91595fbeb82103 (diff)
downloadprocps-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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/watch.c b/watch.c
index 5a22952..0713448 100644
--- a/watch.c
+++ b/watch.c
@@ -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>