diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-16 17:07:40 +0000 |
| commit | 773088809df925442bb9df35352c11e3d106314a (patch) | |
| tree | ab0e98368b26dc6a2853cbe498c8660855213ab2 /src/include/storage/sinvaladt.h | |
| parent | 4d5aa343de8564b48364bb5f8efa671b12ae0446 (diff) | |
| download | postgresql-773088809df925442bb9df35352c11e3d106314a.tar.gz | |
More cleanup
Diffstat (limited to 'src/include/storage/sinvaladt.h')
| -rw-r--r-- | src/include/storage/sinvaladt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/storage/sinvaladt.h b/src/include/storage/sinvaladt.h index 03b2a3a8f5..4885b7380c 100644 --- a/src/include/storage/sinvaladt.h +++ b/src/include/storage/sinvaladt.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: sinvaladt.h,v 1.15 1999/07/15 23:04:15 momjian Exp $ + * $Id: sinvaladt.h,v 1.16 1999/07/16 17:07:38 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef SINVALADT_H #define SINVALADT_H -#include "storage/itemptr.h" #include "storage/ipc.h" +#include "storage/itemptr.h" /* * The structure of the shared cache invaidation segment |
