From 3406901a2928627477374769416a32b01a08b131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Jul 1999 20:18:55 +0000 Subject: Move some system includes into c.h, and remove duplicates. --- src/backend/commands/explain.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/backend/commands/explain.c') diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c index 168d2037e7d..460fdcc1f91 100644 --- a/src/backend/commands/explain.c +++ b/src/backend/commands/explain.c @@ -4,11 +4,9 @@ * * Copyright (c) 1994-5, Regents of the University of California * - * $Id: explain.c,v 1.42 1999/07/17 19:01:21 tgl Exp $ + * $Id: explain.c,v 1.43 1999/07/17 20:16:52 momjian Exp $ * */ -#include -#include #include "postgres.h" -- cgit v1.2.3