diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-18 16:08:40 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-18 16:08:40 +0000 |
commit | 7c5c06185b2506a82eb8a2f36be51082cef56521 (patch) | |
tree | be0af6ec4b3e0848cdd6aa2463bab3a4fb116372 /lib/libkeynote | |
parent | d21bb9b0dd773a86c2f83e198892a9a57d2783b0 (diff) |
Remove memory.h includes.
ok deraadt@
Diffstat (limited to 'lib/libkeynote')
-rw-r--r-- | lib/libkeynote/environment.c | 3 | ||||
-rw-r--r-- | lib/libkeynote/keynote-verify.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libkeynote/environment.c b/lib/libkeynote/environment.c index 59bd61bc7f4..2087cba6e15 100644 --- a/lib/libkeynote/environment.c +++ b/lib/libkeynote/environment.c @@ -1,4 +1,4 @@ -/* $OpenBSD: environment.c,v 1.22 2014/10/08 11:28:07 deraadt Exp $ */ +/* $OpenBSD: environment.c,v 1.23 2015/11/18 16:08:39 mmcc Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -24,7 +24,6 @@ #include <ctype.h> #include <fcntl.h> -#include <memory.h> #include <regex.h> #include <stdlib.h> #include <stdio.h> diff --git a/lib/libkeynote/keynote-verify.c b/lib/libkeynote/keynote-verify.c index 609ddea73ca..8adc6397698 100644 --- a/lib/libkeynote/keynote-verify.c +++ b/lib/libkeynote/keynote-verify.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-verify.c,v 1.14 2004/06/29 11:35:56 msf Exp $ */ +/* $OpenBSD: keynote-verify.c,v 1.15 2015/11/18 16:08:39 mmcc Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -25,7 +25,6 @@ #include <ctype.h> #include <fcntl.h> #include <getopt.h> -#include <memory.h> #include <regex.h> #include <stdio.h> #include <stdlib.h> |