diff options
Diffstat (limited to 'src/backend/commands/explain.c')
-rw-r--r-- | src/backend/commands/explain.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 <stdio.h> -#include <string.h> #include "postgres.h" |