]> granicus.if.org Git - postgresql/commitdiff
remove the call to port-protos.h ...
authorMarc G. Fournier <scrappy@hub.org>
Wed, 1 Apr 1998 03:13:37 +0000 (03:13 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Wed, 1 Apr 1998 03:13:37 +0000 (03:13 +0000)
src/backend/commands/async.c

index 58cc6b467c080986dc992c616f3509d8342d4b2e..b8cf416492de46b97078920742994df8f3b0660d 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.29 1998/02/26 04:30:47 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/backend/commands/async.c,v 1.30 1998/04/01 03:13:37 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */
 #include <commands/async.h>
 #include <libpq/libpq.h>
 
-#ifndef HAVE_STRDUP
-#include <port-protos.h>               /* for strdup() */
-#endif
-
 #include <storage/lmgr.h>
 
 static int     notifyFrontEndPending = 0;