summaryrefslogtreecommitdiff
path: root/src/include/access/hio.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/access/hio.h
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
downloadpostgresql-99412aef2326b5610a64a2fd2611bc0fb003296e.tar.gz
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/access/hio.h')
-rw-r--r--src/include/access/hio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 06f01ae53b..bc4158224d 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: hio.h,v 1.1 1996/08/27 21:50:14 scrappy Exp $
+ * $Id: hio.h,v 1.2 1996/10/31 09:46:38 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef HIO_H
#define HIO_H
-#include "c.h"
#include "storage/block.h"
#include "access/htup.h"