1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-10 17:42:29 +03:00

Remove unused #includes in *.c files.

This commit is contained in:
Bruce Momjian
1999-07-15 22:40:16 +00:00
parent 40a89e08b2
commit 2e6b1e63a3
238 changed files with 239 additions and 1460 deletions

View File

@@ -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>
/* ----------------