diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:24:48 +0000 |
commit | 9023faa39fcf19063833d6308114568a7657afe7 (patch) | |
tree | 5d336083ca440ef5ab91512fe3146dca41bd2485 /libexec/comsat | |
parent | 351d7a7c8f7fe76323d05f7456a41536052339e0 (diff) |
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'libexec/comsat')
-rw-r--r-- | libexec/comsat/comsat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/comsat/comsat.c b/libexec/comsat/comsat.c index eb2e1b49e87..0e4b0a5cc22 100644 --- a/libexec/comsat/comsat.c +++ b/libexec/comsat/comsat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comsat.c,v 1.36 2009/10/27 23:59:31 deraadt Exp $ */ +/* $OpenBSD: comsat.c,v 1.37 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -30,7 +30,6 @@ */ #include <sys/limits.h> -#include <sys/param.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/wait.h> |