aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/async.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
committerBruce Momjian <bruce@momjian.us>2006-07-14 14:52:27 +0000
commite0522505bd13bc5aae993fc50b8f420665d78e96 (patch)
tree34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/backend/commands/async.c
parentae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff)
downloadpostgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.tar.gz
postgresql-e0522505bd13bc5aae993fc50b8f420665d78e96.zip
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/backend/commands/async.c')
-rw-r--r--src/backend/commands/async.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/commands/async.c b/src/backend/commands/async.c
index eda4add2c4a..d49bef06ac7 100644
--- a/src/backend/commands/async.c
+++ b/src/backend/commands/async.c
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/commands/async.c,v 1.133 2006/07/13 16:49:14 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/commands/async.c,v 1.134 2006/07/14 14:52:18 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -91,7 +91,6 @@
#include "utils/fmgroids.h"
#include "utils/memutils.h"
#include "utils/ps_status.h"
-#include "utils/syscache.h"
/*