diff options
Diffstat (limited to 'src/include/tcop/dest.h')
-rw-r--r-- | src/include/tcop/dest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/tcop/dest.h b/src/include/tcop/dest.h index f46f9b32484..25947146527 100644 --- a/src/include/tcop/dest.h +++ b/src/include/tcop/dest.h @@ -44,15 +44,15 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: dest.h,v 1.20 1999/05/25 22:43:29 momjian Exp $ + * $Id: dest.h,v 1.20.2.1 1999/07/30 17:07:20 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef DEST_H #define DEST_H -#include <access/htup.h> -#include <access/tupdesc.h> +#include "access/htup.h" +#include "access/tupdesc.h" /* ---------------- * CommandDest is a simplistic means of identifying the desired |