summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-01 09:31:17 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-01 09:31:17 +0000
commit3516eda61c669945eec99fcd3bc8ccac4bb9829c (patch)
treebda8b9e19dc050c5841b4e3fc3ff7f474960c43b /src/include/utils/rel.h
parentf44acab12c7fe509335f6ae9df94584a905d42f7 (diff)
Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r--src/include/utils/rel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index 59ca8d4342a..dbcd7e0f403 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -6,19 +6,19 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.4 1996/10/24 07:55:54 scrappy Exp $
+ * $Id: rel.h,v 1.5 1996/11/01 09:31:17 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef REL_H
#define REL_H
+#include "access/strat.h"
+#include "rewrite/prs2lock.h"
#include "access/tupdesc.h"
-#include "storage/fd.h"
-#include "catalog/pg_am.h"
#include "catalog/pg_class.h"
-#include "rewrite/prs2lock.h"
-#include "access/strat.h"
+#include "catalog/pg_am.h"
+#include "storage/fd.h"
typedef struct RelationData {
File rd_fd; /* open file descriptor */