Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fd569a2

Browse files
committed
Clean up a few of the #include files
1 parent 48a7170 commit fd569a2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

src/backend/access/common/heaptuple.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.13 1996/11/03 08:16:44 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.14 1996/11/05 05:26:29 scrappy Exp $
1212
*
1313
* NOTES
1414
* The old interface functions have been converted to macros
@@ -24,7 +24,6 @@
2424
#include "access/tupmacs.h"
2525
#include "storage/bufpage.h"
2626
#include "utils/memutils.h"
27-
#include "utils/palloc.h"
2827

2928
#ifndef HAVE_MEMMOVE
3029
# include "regex/utils.h"

src/backend/access/common/indextuple.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.10 1996/11/03 10:57:21 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.11 1996/11/05 05:26:31 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -20,7 +20,6 @@
2020
#include "access/itup.h"
2121
#include "access/relscan.h"
2222
#include "access/tupmacs.h"
23-
#include "utils/palloc.h"
2423

2524
#ifndef HAVE_MEMMOVE
2625
# include "regex/utils.h"

src/backend/access/common/printtup.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.9 1996/11/03 10:57:22 scrappy Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.10 1996/11/05 05:26:32 scrappy Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -17,7 +17,6 @@
1717

1818
#include "fmgr.h"
1919
#include "access/heaptuple.h"
20-
#include "utils/palloc.h"
2120
#include "catalog/pg_type.h"
2221
#include "libpq/libpq.h"
2322
#include "utils/syscache.h"

0 commit comments

Comments
 (0)