config.h is not needed in these files.

This commit is contained in:
William McBrine
2006-07-05 20:20:49 +00:00
parent 63dca8b406
commit 333183fdee
5 changed files with 5 additions and 20 deletions

View File

@@ -16,9 +16,6 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <curses.h>
#include <stdlib.h>
@@ -41,7 +38,7 @@
# undef wnoutrefresh
#endif
RCSID("$Id: initscr.c,v 1.42 2006/05/03 17:35:39 wmcbrine Exp $");
RCSID("$Id: initscr.c,v 1.43 2006/07/05 20:20:46 wmcbrine Exp $");
const char *_curses_notice = "PDCurses 2.8 - Public Domain 2006";

View File

@@ -16,9 +16,6 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <curses.h>
#include <string.h>
@@ -34,7 +31,7 @@
# undef doupdate
#endif
RCSID("$Id: pad.c,v 1.20 2006/03/29 20:06:41 wmcbrine Exp $");
RCSID("$Id: pad.c,v 1.21 2006/07/05 20:20:48 wmcbrine Exp $");
/* save values for pechochar() */

View File

@@ -16,15 +16,12 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#ifndef XCURSES
# define INCLUDE_WINDOWS_H
#endif
#include <curses.h>
RCSID("$Id: pdcutil.c,v 1.32 2006/03/29 21:39:42 wmcbrine Exp $");
RCSID("$Id: pdcutil.c,v 1.33 2006/07/05 20:20:48 wmcbrine Exp $");
void PDC_beep(void)
{

View File

@@ -16,13 +16,10 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <curses.h>
#include <string.h>
RCSID("$Id: pdcwin.c,v 1.39 2006/03/29 20:06:41 wmcbrine Exp $");
RCSID("$Id: pdcwin.c,v 1.40 2006/07/05 20:20:48 wmcbrine Exp $");
/*man-start**************************************************************

View File

@@ -16,9 +16,6 @@
************************************************************************/
#define CURSES_LIBRARY 1
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <curses.h>
/* undefine any macros for functions defined in this module */
@@ -45,7 +42,7 @@
# undef wclrtobot
#endif
RCSID("$Id: window.c,v 1.29 2006/04/23 03:31:30 wmcbrine Exp $");
RCSID("$Id: window.c,v 1.30 2006/07/05 20:20:49 wmcbrine Exp $");
/*man-start**************************************************************