summaryrefslogtreecommitdiff
path: root/src/backend/commands/_deadcode/version.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-08-02 05:57:07 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-08-02 05:57:07 +0000
commit10ace1fac8d9f2aa887a1095340e218430928fce (patch)
tree9d6bb091bfbf0b16bb7ad29e5c042de12ee4b678 /src/backend/commands/_deadcode/version.c
parent9a8aeb23a19ee6833480d4c12719d9fd26ad8571 (diff)
Another mass of them... just #include file changes and/or DOUBLEALIGN->MAXALIGN
Diffstat (limited to 'src/backend/commands/_deadcode/version.c')
-rw-r--r--src/backend/commands/_deadcode/version.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c
index 6eddfdccfaf..0df0c4a64ed 100644
--- a/src/backend/commands/_deadcode/version.c
+++ b/src/backend/commands/_deadcode/version.c
@@ -9,7 +9,7 @@
* doesn't work! - jolly 8/19/95
*
*
- * $Id: version.c,v 1.19 1999/05/25 16:08:32 momjian Exp $
+ * $Id: version.c,v 1.19.2.1 1999/08/02 05:57:02 scrappy Exp $
*
* NOTES
* At the point the version is defined, 2 physical relations are created
@@ -20,17 +20,9 @@
*
*-------------------------------------------------------------------------
*/
-#include <stdio.h>
-#include <string.h>
-#include <postgres.h>
+#include "postgres.h"
-#include <access/heapam.h>
-#include <utils/builtins.h>
-#include <commands/version.h>
-#include <access/xact.h> /* for GetCurrentXactStartTime */
-#include <parser/parse_node.h>
-#include <tcop/tcopprot.h>
#define MAX_QUERY_LEN 1024