aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-19 04:24:57 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-19 04:24:57 +0000
commitc6979925ea6275964ff1af5eedcf0df4e98528aa (patch)
tree799f15258240df0717d976bdf07de09a98b1e5bf /src
parent7bb98fd6180a513b0d19f423b5d765e0503cc2fb (diff)
downloadpostgresql-c6979925ea6275964ff1af5eedcf0df4e98528aa.tar.gz
postgresql-c6979925ea6275964ff1af5eedcf0df4e98528aa.zip
its coming...
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_type.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/pg_type.h b/src/include/catalog/pg_type.h
index 0ac0128766c..25dd764eb40 100644
--- a/src/include/catalog/pg_type.h
+++ b/src/include/catalog/pg_type.h
@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pg_type.h,v 1.1 1996/08/28 01:57:18 scrappy Exp $
+ * $Id: pg_type.h,v 1.2 1996/10/19 04:24:57 scrappy Exp $
*
* NOTES
* the genbki.sh script reads this file and generates .bki
@@ -18,14 +18,14 @@
#ifndef PG_TYPE_H
#define PG_TYPE_H
+#include "utils/rel.h"
+
/* ----------------
* postgres.h contains the system type definintions and the
* CATALOG(), BOOTSTRAP and DATA() sugar words so this file
* can be read by both genbki.sh and the C compiler.
* ----------------
*/
-#include "postgres.h"
-#include "utils/rel.h" /* for Relation */
/* ----------------
* pg_type definition. cpp turns this into