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/mb/common.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/backend/utils/mb/common.c') diff --git a/src/backend/utils/mb/common.c b/src/backend/utils/mb/common.c index cab36c7b4c6..b9ac84cf290 100644 --- a/src/backend/utils/mb/common.c +++ b/src/backend/utils/mb/common.c @@ -2,19 +2,16 @@ * This file contains some public functions * usable for both the backend and the frontend. * Tatsuo Ishii - * $Id: common.c,v 1.5 1999/05/25 16:12:41 momjian Exp $ */ + * $Id: common.c,v 1.5.2.1 1999/08/02 05:25:11 scrappy Exp $ */ #include +#include #ifdef WIN32 #include "win32.h" #else -#if !defined(NO_UNISTD_H) #include #endif -#endif - -#include #include "mb/pg_wchar.h" -- cgit v1.2.3