diff options
Diffstat (limited to 'src/include/utils/rel2.h')
-rw-r--r-- | src/include/utils/rel2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h index 50863611007..ee9ad6f17be 100644 --- a/src/include/utils/rel2.h +++ b/src/include/utils/rel2.h @@ -6,14 +6,14 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rel2.h,v 1.8 1999/02/13 23:22:30 momjian Exp $ + * $Id: rel2.h,v 1.9 1999/07/15 23:04:23 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef TMP_REL2_H #define TMP_REL2_H -#include <utils/rel.h> +#include "utils/rel.h" extern IndexStrategy RelationGetIndexStrategy(Relation relation); |