aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-11-05 07:18:05 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-11-05 07:18:05 +0000
commit54c2aa99bd192f67edb91a908578735aa01896cc (patch)
tree2ee51dd01e866aabdf768fd382d2ec6d0f8f9f85 /src
parent8202bce9ba7819e62efe148f1c74d189f9212c04 (diff)
downloadpostgresql-54c2aa99bd192f67edb91a908578735aa01896cc.tar.gz
postgresql-54c2aa99bd192f67edb91a908578735aa01896cc.zip
And another...
Diffstat (limited to 'src')
-rw-r--r--src/include/access/heaptuple.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/access/heaptuple.h b/src/include/access/heaptuple.h
index 14de5b094e9..f01217b97c1 100644
--- a/src/include/access/heaptuple.h
+++ b/src/include/access/heaptuple.h
@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: heaptuple.h,v 1.2 1996/11/03 08:17:19 scrappy Exp $
+ * $Id: heaptuple.h,v 1.3 1996/11/05 07:18:05 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HEAPTUPLE_H
#define HEAPTUPLE_H
-#include "access/htup.h"
-#include "storage/buf.h"
-#include "access/tupdesc.h"
+#include <access/tupdesc.h>
+#include <storage/buf.h>
+#include <access/htup.h>
extern char *heap_getattr(HeapTuple tup,
Buffer b,