move entry/exit debugging to 21.1
[unix-history] / usr / src / lib / libcurses / delch.c
index 668a3df..6ef38f5 100644 (file)
@@ -1,17 +1,18 @@
 /*
 /*
- * Copyright (c) 1981, 1993
+ * Copyright (c) 1981, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delch.c    8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)delch.c    8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include <curses.h>
 #include <string.h>
 
 #include <string.h>
 
+#include "curses.h"
+
 /*
  * wdelch --
  *     Do an insert-char on the line, leaving (cury, curx) unchanged.
 /*
  * wdelch --
  *     Do an insert-char on the line, leaving (cury, curx) unchanged.