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

Commit 33a8df7

Browse files
committed
Another one cleaned up
1 parent 98f72c2 commit 33a8df7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/include/libpq/libpq-be.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: libpq-be.h,v 1.1 1996/08/28 07:22:59 scrappy Exp $
10+
* $Id: libpq-be.h,v 1.2 1996/11/06 08:07:45 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
1414
#ifndef LIBPQ_BE_H
1515
#define LIBPQ_BE_H
1616

17+
#include <access/htup.h>
18+
#include <access/tupdesc.h>
19+
#include <libpq/libpq.h>
20+
1721
/* ----------------
1822
* include stuff common to fe and be
1923
* ----------------
2024
*/
21-
#include "libpq/libpq.h"
22-
#include "access/htup.h"
2325

24-
#include "access/tupdesc.h"
2526

2627
/* ----------------
2728
* declarations for backend libpq support routines

0 commit comments

Comments
 (0)