diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 07:46:06 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-04 07:46:06 +0000 |
| commit | 5a5f9420e5fbfd44e720b3bb08bd4fd3a6a1ee0d (patch) | |
| tree | fcb5e8982f5f1b411987892b1ab34fd764ab32ae /src/include/access/tupdesc.h | |
| parent | d93d3c843af1eafb7cf6e0f79693a4cf3cc8a7af (diff) | |
| download | postgresql-5a5f9420e5fbfd44e720b3bb08bd4fd3a6a1ee0d.tar.gz | |
Another series started from utils/builtins.h
Diffstat (limited to 'src/include/access/tupdesc.h')
| -rw-r--r-- | src/include/access/tupdesc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/access/tupdesc.h b/src/include/access/tupdesc.h index 5323a734b9..34d57b70e9 100644 --- a/src/include/access/tupdesc.h +++ b/src/include/access/tupdesc.h @@ -6,16 +6,16 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: tupdesc.h,v 1.4 1996/11/01 09:22:33 scrappy Exp $ + * $Id: tupdesc.h,v 1.5 1996/11/04 07:45:28 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef TUPDESC_H #define TUPDESC_H -#include "nodes/pg_list.h" -#include "catalog/pg_attribute.h" -#include "access/attnum.h" +#include <nodes/pg_list.h> +#include <access/attnum.h> +#include <catalog/pg_attribute.h> typedef struct tupleDesc { /*------------------------------------------------------------------------ |
