We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f72c2 commit 33a8df7Copy full SHA for 33a8df7
src/include/libpq/libpq-be.h
@@ -7,21 +7,22 @@
7
*
8
* Copyright (c) 1994, Regents of the University of California
9
10
- * $Id: libpq-be.h,v 1.1 1996/08/28 07:22:59 scrappy Exp $
+ * $Id: libpq-be.h,v 1.2 1996/11/06 08:07:45 scrappy Exp $
11
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef LIBPQ_BE_H
15
#define LIBPQ_BE_H
16
17
+#include <access/htup.h>
18
+#include <access/tupdesc.h>
19
+#include <libpq/libpq.h>
20
+
21
/* ----------------
22
* include stuff common to fe and be
23
* ----------------
24
-#include "libpq/libpq.h"
-#include "access/htup.h"
25
-#include "access/tupdesc.h"
26
27
28
* declarations for backend libpq support routines
0 commit comments