diff options
Diffstat (limited to 'src/include/commands/defrem.h')
-rw-r--r-- | src/include/commands/defrem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 5932ab43a22..63e1559f44e 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -6,15 +6,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: defrem.h,v 1.15 1999/02/13 23:21:18 momjian Exp $ + * $Id: defrem.h,v 1.16 1999/07/15 23:03:44 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef DEFREM_H #define DEFREM_H -#include <tcop/dest.h> -#include <nodes/parsenodes.h> +#include "tcop/dest.h" +#include "nodes/parsenodes.h" /* * prototypes in defind.c |