aboutsummaryrefslogtreecommitdiff
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.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/backend/commands/_deadcode/version.c b/src/backend/commands/_deadcode/version.c
index 9d178e877c7..bfc657778df 100644
--- a/src/backend/commands/_deadcode/version.c
+++ b/src/backend/commands/_deadcode/version.c
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.2 1996/11/03 23:57:42 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/_deadcode/Attic/version.c,v 1.3 1996/11/06 08:21:42 scrappy Exp $
*
* NOTES
* At the point the version is defined, 2 physical relations are created
@@ -24,13 +24,13 @@
#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 "tcop/tcopprot.h"
+#include <access/heapam.h>
+#include <utils/builtins.h>
+#include <commands/version.h>
+#include <access/xact.h> /* for GetCurrentXactStartTime */
+#include <tcop/tcopprot.h>
#define MAX_QUERY_LEN 1024