diff options
Diffstat (limited to 'monop/monop.def')
| -rw-r--r-- | monop/monop.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monop/monop.def b/monop/monop.def index 54ecd6c9..08700bb2 100644 --- a/monop/monop.def +++ b/monop/monop.def @@ -1,4 +1,4 @@ -/* $NetBSD: monop.def,v 1.4 1997/10/12 17:45:18 christos Exp $ */ +/* $NetBSD: monop.def,v 1.5 1999/08/21 10:40:04 simonb Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -35,8 +35,8 @@ * @(#)monop.def 5.5 (Berkeley) 5/31/93 */ -# include "deck.h" -# include "monop.h" +#include "deck.h" +#include "monop.h" bool fixing, /* set if fixing up debt */ trading, /* set if in process of trading */ |
