diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:17:31 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-06 09:17:31 +0000 |
commit | 8b6b4d063a972fcc3b005566340a325e52f11b37 (patch) | |
tree | 793248d8cb9581a8ae3169248445eaa62904dbd0 | |
parent | 83d93d437b765f1448c763a3c0ebf29832a0fd1c (diff) | |
download | postgresql-8b6b4d063a972fcc3b005566340a325e52f11b37.tar.gz postgresql-8b6b4d063a972fcc3b005566340a325e52f11b37.zip |
another one bites the dust
-rw-r--r-- | src/include/optimizer/prep.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/optimizer/prep.h b/src/include/optimizer/prep.h index 3873669c3f6..b6c6ae549fd 100644 --- a/src/include/optimizer/prep.h +++ b/src/include/optimizer/prep.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: prep.h,v 1.1 1996/08/28 07:23:27 scrappy Exp $ + * $Id: prep.h,v 1.2 1996/11/06 09:17:31 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef PREP_H #define PREP_H -#include "nodes/primnodes.h" -#include "nodes/plannodes.h" +#include <nodes/plannodes.h> +#include <nodes/parsenodes.h> /* * prototypes for archive.h |