diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-01 09:31:17 +0000 |
| commit | 3516eda61c669945eec99fcd3bc8ccac4bb9829c (patch) | |
| tree | bda8b9e19dc050c5841b4e3fc3ff7f474960c43b /src/include/rewrite/prs2lock.h | |
| parent | f44acab12c7fe509335f6ae9df94584a905d42f7 (diff) | |
| download | postgresql-3516eda61c669945eec99fcd3bc8ccac4bb9829c.tar.gz | |
Okay, following Bryan's (and others) suggestions...cleaning up the
include files properly...yet, slowly...
Diffstat (limited to 'src/include/rewrite/prs2lock.h')
| -rw-r--r-- | src/include/rewrite/prs2lock.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/rewrite/prs2lock.h b/src/include/rewrite/prs2lock.h index 398667bfa6..b336ca8396 100644 --- a/src/include/rewrite/prs2lock.h +++ b/src/include/rewrite/prs2lock.h @@ -5,14 +5,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: prs2lock.h,v 1.2 1996/10/19 04:25:53 scrappy Exp $ + * $Id: prs2lock.h,v 1.3 1996/11/01 09:30:54 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PRS2LOCK_H #define PRS2LOCK_H -#include "nodes/nodes.h" +#include "access/attnum.h" +#include "nodes/pg_list.h" /* * RewriteRule - |
