diff --git a/src/include/access/attnum.h b/src/include/access/attnum.h index f144d7541f7df0489376ee67109e30f38106b488..f695db18ea2751e7ab1c65edef201a9e555b62a1 100644 --- a/src/include/access/attnum.h +++ b/src/include/access/attnum.h @@ -6,15 +6,13 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: attnum.h,v 1.1 1996/08/27 21:50:07 scrappy Exp $ + * $Id: attnum.h,v 1.2 1996/08/28 01:23:59 scrappy Exp $ * *------------------------------------------------------------------------- */ #ifndef ATTNUM_H #define ATTNUM_H -#include "c.h" - /* * user defined attribute numbers start at 1. -ay 2/95 */