Remove unnecessary inclusion of <ctype.h>.
This commit is contained in:
parent
367089b0c1
commit
9507e539e2
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.16 1997/09/24 08:35:10 vadim Exp $
|
* $Header: /cvsroot/pgsql/src/test/regress/regress.c,v 1.17 1997/11/10 15:43:26 thomas Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <float.h> /* faked on sunos */
|
#include <float.h> /* faked on sunos */
|
||||||
@ -412,8 +412,6 @@ funny_dup17()
|
|||||||
return (tuple);
|
return (tuple);
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <ctype.h> /* tolower () */
|
|
||||||
|
|
||||||
HeapTuple ttdummy(void);
|
HeapTuple ttdummy(void);
|
||||||
int32 set_ttdummy(int32 on);
|
int32 set_ttdummy(int32 on);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user