diff options
| author | Tom Lane | 2000-07-28 02:13:52 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-07-28 02:13:52 +0000 |
| commit | 87cdaf5491ea6d9e2701bb2b557d64c80c7de4e0 (patch) | |
| tree | 08a3698526098b47e72ced57ff0cceceb5dfa2b3 /contrib | |
| parent | ad7b47aa02ecc15211643e250862948438c1639f (diff) | |
Remove <values.h> inclusions, no-longer-needed MAXINT definitions.
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/odbc/odbc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/contrib/odbc/odbc.c b/contrib/odbc/odbc.c index efc1fa21df0..2a134ee488b 100644 --- a/contrib/odbc/odbc.c +++ b/contrib/odbc/odbc.c @@ -3,19 +3,9 @@ #include <stdlib.h> #include <ctype.h> #include <errno.h> - #include <float.h> /* faked on sunos4 */ - #include <math.h> - #include <limits.h> -#ifndef MAXINT -#define MAXINT INT_MAX -#endif - -#ifdef HAVE_VALUES_H -#include <values.h> -#endif #include "fmgr.h" #include "utils/timestamp.h" |
