diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 19:47:34 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-10-09 19:47:34 +0000 |
commit | 04f83a5e0a410eb656e7cd02db3bae87ac03cd14 (patch) | |
tree | 2a28c1239bc33b840946ba90d1e1333007113c49 /lib/libkeynote/keynote-ver.y | |
parent | 06614132c444ac9c14374b8ce9a034b1020217e6 (diff) |
Roll back yesterday's commit, will wait until after 2.6.
Diffstat (limited to 'lib/libkeynote/keynote-ver.y')
-rw-r--r-- | lib/libkeynote/keynote-ver.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote-ver.y b/lib/libkeynote/keynote-ver.y index 7da60717606..5e64661e091 100644 --- a/lib/libkeynote/keynote-ver.y +++ b/lib/libkeynote/keynote-ver.y @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-ver.y,v 1.5 1999/10/09 06:59:37 angelos Exp $ */ +/* $OpenBSD: keynote-ver.y,v 1.6 1999/10/09 19:47:32 angelos Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -40,8 +40,8 @@ #include <string.h> #endif /* STDC_HEADERS */ -#include "header.h" #include "keynote.h" +#include "header.h" %} %% |