diff options
Diffstat (limited to 'src/include/storage/pagenum.h')
-rw-r--r-- | src/include/storage/pagenum.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/pagenum.h b/src/include/storage/pagenum.h index bf316304d30..1e4ff7b2120 100644 --- a/src/include/storage/pagenum.h +++ b/src/include/storage/pagenum.h @@ -6,14 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pagenum.h,v 1.2 1996/10/31 09:50:00 scrappy Exp $ + * $Id: pagenum.h,v 1.3 1996/11/05 06:11:02 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PAGENUM_H #define PAGENUM_H -#include "storage/page.h" typedef uint16 PageNumber; |