diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 11:51:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 11:51:27 +0000 |
commit | 0b3cb80e03a54636354930d2a1fc0186e3ba092c (patch) | |
tree | 8736017fdad32b610d4b5d97ee824da08e6d64a7 /src/include/utils/rel.h | |
parent | 7870c5a0d32b6cbe0cd51c8c00c5c332a40e7a89 (diff) |
finally, this directory is (should be!) totally clean
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r-- | src/include/utils/rel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h index 8ea8ed4b756..7ca56bb7591 100644 --- a/src/include/utils/rel.h +++ b/src/include/utils/rel.h @@ -6,18 +6,18 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rel.h,v 1.6 1996/11/04 07:46:06 scrappy Exp $ + * $Id: rel.h,v 1.7 1996/11/04 11:51:24 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef REL_H #define REL_H +#include <catalog/pg_am.h> +#include <catalog/pg_class.h> #include <access/strat.h> -#include <rewrite/prs2lock.h> #include <access/tupdesc.h> -#include <catalog/pg_class.h> -#include <catalog/pg_am.h> +#include <rewrite/prs2lock.h> #include <storage/fd.h> typedef struct RelationData { |