diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-05-24 02:29:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-05-24 02:29:03 +0000 |
commit | 8290987282000ff434f8c0fd97c12b256d1127cd (patch) | |
tree | 6aafc5ea3fcaad512829c8d7c088969a6775ac63 | |
parent | 0b72ddf27330d334feef9a610e5be545d01add01 (diff) |
sync to bsd.lv: remove needless #include <time.h>
-rw-r--r-- | usr.bin/mandoc/msec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mandoc/msec.c b/usr.bin/mandoc/msec.c index fb71b68795b..9eac9abf39c 100644 --- a/usr.bin/mandoc/msec.c +++ b/usr.bin/mandoc/msec.c @@ -1,6 +1,6 @@ -/* $Id: msec.c,v 1.4 2010/05/23 22:45:01 schwarze Exp $ */ +/* $Id: msec.c,v 1.5 2010/05/24 02:29:02 schwarze Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> + * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -16,7 +16,6 @@ */ #include <stdlib.h> #include <string.h> -#include <time.h> #include "mandoc.h" #include "libmdoc.h" |