summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dmake/imacs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dmake/imacs.c b/dmake/imacs.c
index bb92255d7ed1..1263ce5f622c 100644
--- a/dmake/imacs.c
+++ b/dmake/imacs.c
@@ -1,4 +1,4 @@
-/* RCS $Id: imacs.c,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $
+/* RCS $Id: imacs.c,v 1.2 2004-10-22 08:04:58 rt Exp $
--
-- SYNOPSIS
-- Define default internal macros.
@@ -27,7 +27,6 @@
*/
#include "extern.h"
-#include "version.h"
static void _set_int_var ANSI((char *, char *, int, int *));
static void _set_string_var ANSI((char *, char *, int, char **));