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/rewrite/prs2lock.h | |
| parent | d93d3c843af1eafb7cf6e0f79693a4cf3cc8a7af (diff) | |
| download | postgresql-5a5f9420e5fbfd44e720b3bb08bd4fd3a6a1ee0d.tar.gz | |
Another series started from utils/builtins.h
Diffstat (limited to 'src/include/rewrite/prs2lock.h')
| -rw-r--r-- | src/include/rewrite/prs2lock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index b336ca8396..d7be60641a 100644 --- a/src/include/rewrite/prs2lock.h +++ b/src/include/rewrite/prs2lock.h @@ -5,15 +5,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: prs2lock.h,v 1.3 1996/11/01 09:30:54 scrappy Exp $ + * $Id: prs2lock.h,v 1.4 1996/11/04 07:45:46 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PRS2LOCK_H #define PRS2LOCK_H -#include "access/attnum.h" -#include "nodes/pg_list.h" +#include <access/attnum.h> +#include <nodes/pg_list.h> /* * RewriteRule - |
