summaryrefslogtreecommitdiff
path: root/src/include/storage/block.h
diff options
context:
space:
mode:
authorMarc G. Fournier1996-10-31 09:51:30 +0000
committerMarc G. Fournier1996-10-31 09:51:30 +0000
commit99412aef2326b5610a64a2fd2611bc0fb003296e (patch)
treeebe3b6557b912fab336d0721cd330eaf65cb16c3 /src/include/storage/block.h
parent3341750769e061e83c068b5b78a048d6cba733ca (diff)
remove:
#include "postgres.h" #include "c.h"
Diffstat (limited to 'src/include/storage/block.h')
-rw-r--r--src/include/storage/block.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/storage/block.h b/src/include/storage/block.h
index 0098ca45299..993d7f8257e 100644
--- a/src/include/storage/block.h
+++ b/src/include/storage/block.h
@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: block.h,v 1.1 1996/08/28 01:57:55 scrappy Exp $
+ * $Id: block.h,v 1.2 1996/10/31 09:49:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BLOCK_H
#define BLOCK_H
-#include "c.h"
-
/*
* BlockNumber:
*