summaryrefslogtreecommitdiff
path: root/src/include/storage/pos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/pos.h')
-rw-r--r--src/include/storage/pos.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/storage/pos.h b/src/include/storage/pos.h
index e1a04fffd12..b08faa481fd 100644
--- a/src/include/storage/pos.h
+++ b/src/include/storage/pos.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: pos.h,v 1.1 1996/08/28 01:58:22 scrappy Exp $
+ * $Id: pos.h,v 1.2 1996/10/31 09:50:04 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef POS_H
#define POS_H
-#include "c.h"
-
/*
* a 'position' used to be <pagenumber, offset> in postgres. this has
* been changed to just <offset> as the notion of having multiple pages