1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove <values.h> inclusions, no-longer-needed MAXINT definitions.

This commit is contained in:
Tom Lane
2000-07-28 02:13:52 +00:00
parent ad7b47aa02
commit 87cdaf5491
10 changed files with 12 additions and 47 deletions

View File

@ -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"