summaryrefslogtreecommitdiffstats
path: root/man_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-24 03:46:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-24 03:46:02 +0000
commitefcc4d089d85c2b28629f9b05e441837f2c1a4f2 (patch)
tree176c7737fd37c098b0e852605bf6635e59b0aef2 /man_action.c
parenta520ef48b70e5c01709c968c95b3f02314515f6f (diff)
downloadmandoc-efcc4d089d85c2b28629f9b05e441837f2c1a4f2.tar.gz
enum-ised rew_* return values (type-safety).
Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion.
Diffstat (limited to 'man_action.c')
-rw-r--r--man_action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/man_action.c b/man_action.c
index b689cd8f..7634b5fd 100644
--- a/man_action.c
+++ b/man_action.c
@@ -18,8 +18,6 @@
#include "config.h"
#endif
-#include <sys/utsname.h>
-
#include <assert.h>
#include <stdlib.h>
#include <string.h>