diff options
Diffstat (limited to 'src/include/commands/defrem.h')
-rw-r--r-- | src/include/commands/defrem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 63e1559f44e..dc50284014f 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.16 1999/07/15 23:03:44 momjian Exp $ + * $Id: defrem.h,v 1.17 1999/07/16 17:07:30 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef DEFREM_H #define DEFREM_H -#include "tcop/dest.h" #include "nodes/parsenodes.h" +#include "tcop/dest.h" /* * prototypes in defind.c |