summaryrefslogtreecommitdiff
path: root/src/include/commands/async.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r--src/include/commands/async.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h
index c6cd74aec42..f84464e049d 100644
--- a/src/include/commands/async.h
+++ b/src/include/commands/async.h
@@ -5,15 +5,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: async.h,v 1.11 1999/02/13 23:21:17 momjian Exp $
+ * $Id: async.h,v 1.12 1999/07/14 01:20:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ASYNC_H
#define ASYNC_H
-#include <postgres.h>
-
/* notify-related SQL statements */
extern void Async_Notify(char *relname);
extern void Async_Listen(char *relname, int pid);