Commit 9507e539 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Remove unnecessary inclusion of <ctype.h>.

parent 367089b0
/* /*
* $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() ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment