diff options
| author | Bruce Momjian | 1999-07-16 05:00:38 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-07-16 05:00:38 +0000 |
| commit | a71802e12ec04fed791ea47f24ea30e0f5d9f5c2 (patch) | |
| tree | 80d29372e0bbdd85bc4938ec048fa565c98eac12 /src/backend/tioga | |
| parent | 9b645d481ccfa3638de915e0f75e3dfe9d520b79 (diff) | |
Final cleanup.
Diffstat (limited to 'src/backend/tioga')
| -rw-r--r-- | src/backend/tioga/tgRecipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tioga/tgRecipe.c b/src/backend/tioga/tgRecipe.c index 933e176d593..8b77db4fa26 100644 --- a/src/backend/tioga/tgRecipe.c +++ b/src/backend/tioga/tgRecipe.c @@ -11,16 +11,16 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.13 1999/07/16 03:13:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tioga/Attic/tgRecipe.c,v 1.14 1999/07/16 04:59:57 momjian Exp $ * *------------------------------------------------------------------------- */ #include <stdlib.h> #include "postgres.h" -#include "tioga/tgRecipe.h" #include "catalog/catalog.h" +#include "tioga/tgRecipe.h" static Arr_TgString *TextArray2ArrTgString(char *str); |
