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/network.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/backend/utils/adt/network.c') diff --git a/src/backend/utils/adt/network.c b/src/backend/utils/adt/network.c index 7c1aa24dbcf..62e20185864 100644 --- a/src/backend/utils/adt/network.c +++ b/src/backend/utils/adt/network.c @@ -3,24 +3,20 @@ * is for IP V4 CIDR notation, but prepared for V6: just * add the necessary bits where the comments indicate. * - * $Id: network.c,v 1.10 1999/06/02 03:37:15 momjian Exp $ + * $Id: network.c,v 1.10.2.1 1999/08/02 05:24:55 scrappy Exp $ * Jon Postel RIP 16 Oct 1998 */ #include #include -#include -#include #include #include #include -#include -#include -#include -#include +#include "postgres.h" +#include "utils/builtins.h" static int v4bitncmp(unsigned int a1, unsigned int a2, int bits); -- cgit v1.2.3