mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
-Wall based cleanup of include files, based from acl.h, and everything
that it depends on
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: itemptr.h,v 1.3 1996/11/01 09:19:00 scrappy Exp $
|
||||
* $Id: itemptr.h,v 1.4 1996/11/04 07:18:29 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef ITEMPTR_H
|
||||
#define ITEMPTR_H
|
||||
|
||||
#include "storage/block.h"
|
||||
#include "storage/off.h"
|
||||
#include <storage/off.h>
|
||||
#include <storage/block.h>
|
||||
|
||||
/*
|
||||
* ItemPointer:
|
||||
|
||||
Reference in New Issue
Block a user