diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-23 11:45:42 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-07-23 11:45:42 +0000 |
| commit | 05798824d24a3b26ef3439303ad694202c75729e (patch) | |
| tree | e4cc6eff5bc4ba61eeea2f647be98470bad36ac0 /demandoc.c | |
| parent | 9927192e4ffb982fcce1e26ae7bc0902d112dc18 (diff) | |
Diffstat (limited to 'demandoc.c')
| -rw-r--r-- | demandoc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demandoc.c b/demandoc.c index 13b78903da0eb..c33fd89169a70 100644 --- a/demandoc.c +++ b/demandoc.c @@ -1,4 +1,4 @@ -/* $Id: demandoc.c,v 1.26 2016/01/08 02:53:13 schwarze Exp $ */ +/* $Id: demandoc.c,v 1.27 2016/07/09 15:24:19 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -20,7 +20,6 @@ #include <assert.h> #include <ctype.h> -#include <getopt.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |
