From 9a8aeb23a19ee6833480d4c12719d9fd26ad8571 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Mon, 2 Aug 1999 05:25:27 +0000 Subject: Another 'mega-commit' of back-patches ... - integrating the #include file cleanup that Bruce recently did - got the CPU change to adt/Makefile - changing DOUBLEALIGN -> MAXALIGN --- src/backend/utils/adt/int8.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/backend/utils/adt/int8.c') diff --git a/src/backend/utils/adt/int8.c b/src/backend/utils/adt/int8.c index ba609865db8..2e5e4ebf776 100644 --- a/src/backend/utils/adt/int8.c +++ b/src/backend/utils/adt/int8.c @@ -5,9 +5,6 @@ * *------------------------------------------------------------------------- */ -#include /* for sprintf proto, etc. */ -#include /* for strtod, etc. */ -#include #include #include #include @@ -15,7 +12,6 @@ #include #include "postgres.h" -#include "utils/palloc.h" #include "utils/int8.h" #define MAXINT8LEN 25 -- cgit v1.2.3