summaryrefslogtreecommitdiff
path: root/src/backend/commands/_deadcode/version.c
diff options
context:
space:
mode:
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