]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - progs/clear.c
ncurses 5.5
[ncurses.git] / progs / clear.c
index d27b62544a9424ec60118d5817e737815bbbd70f..da30bcc4a3c6b1d64908dd3a99090808f99c3800 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+ * Copyright (c) 1998,2005 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -38,9 +38,7 @@
 
 #include <progs.priv.h>
 
-#include <curses.h>
-
-MODULE_ID("$Id: clear.c,v 1.8 1998/09/26 11:42:50 tom Exp $")
+MODULE_ID("$Id: clear.c,v 1.9 2005/09/25 00:46:43 tom Exp $")
 
 static int putch(int c)
 {