aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/libpq/util.c')
-rw-r--r--src/backend/libpq/util.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/libpq/util.c b/src/backend/libpq/util.c
index 50c2846815d..9c46209f435 100644
--- a/src/backend/libpq/util.c
+++ b/src/backend/libpq/util.c
@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: util.c,v 1.9 1999/05/25 16:09:03 momjian Exp $
+ * $Id: util.c,v 1.10 1999/07/15 22:39:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,9 +21,7 @@
#include <string.h>
#include <postgres.h>
-#include <lib/dllist.h>
#include <libpq/libpq.h> /* where the declarations go */
-#include <utils/exc.h>
/* ----------------