summaryrefslogtreecommitdiff
path: root/src/include/catalog/catalog.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-05 10:37:16 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-05 10:37:16 +0000
commit6608278ea40a57ba55ee83771e9cf995d94cd269 (patch)
tree12e980f97362c721409156039bf58186c90eefc3 /src/include/catalog/catalog.h
parent500ce42f370dd8c0b2b80895921a75b7d9b08a7e (diff)
downloadpostgresql-6608278ea40a57ba55ee83771e9cf995d94cd269.tar.gz
these ones have their dependencies cleaned up
Diffstat (limited to 'src/include/catalog/catalog.h')
-rw-r--r--src/include/catalog/catalog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catalog.h b/src/include/catalog/catalog.h
index 44ee99df5e..b183180c60 100644
--- a/src/include/catalog/catalog.h
+++ b/src/include/catalog/catalog.h
@@ -6,14 +6,14 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: catalog.h,v 1.1 1996/08/28 01:56:21 scrappy Exp $
+ * $Id: catalog.h,v 1.2 1996/11/05 10:37:14 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef CATALOG_H
#define CATALOG_H
-#include "access/tupdesc.h"
+#include <access/tupdesc.h>
extern char *relpath(char relname[]);
extern bool IsSystemRelationName(char *relname);