]> granicus.if.org Git - postgresql/commitdiff
.h files shouldn't include .h files, .c files should contain .h files...
authorMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 07:37:57 +0000 (07:37 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 31 Oct 1996 07:37:57 +0000 (07:37 +0000)
remove postgres.h from fmgr.h creation

src/backend/utils/Gen_fmgrtab.sh

index 393044ea52b1172ece95d5dcb5ed1357e5b77aa5..b860f5d574b4820fd4493f3fe63d2e3b783c796c 100644 (file)
@@ -8,7 +8,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
+#    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
 #
 # NOTES
 #    Passes any -D options on to cpp prior to generating the list
@@ -81,7 +81,7 @@ cat > $HFILE <<FuNkYfMgRsTuFf
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
+ * $Id: Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
  *
  * NOTES
  *     ******************************
@@ -96,8 +96,6 @@ cat > $HFILE <<FuNkYfMgRsTuFf
 #ifndef        FMGR_H
 #define FMGR_H
 
-#include "postgres.h"                  /* for some prototype typedefs */
-
 /*
  *     Maximum number of arguments for a built-in function.
  *
@@ -175,7 +173,7 @@ cat > $TABCFILE <<FuNkYfMgRtAbStUfF
  *
  *
  * IDENTIFICATION
- *    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.3 1996/07/22 21:55:40 scrappy Exp $
+ *    $Header: /cvsroot/pgsql/src/backend/utils/Attic/Gen_fmgrtab.sh,v 1.4 1996/10/31 07:37:57 scrappy Exp $
  *
  * NOTES
  *