diff options
Diffstat (limited to 'src/bin/psql/describe.h')
-rw-r--r-- | src/bin/psql/describe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h index 36f4ceca4ea..673f3fe4865 100644 --- a/src/bin/psql/describe.h +++ b/src/bin/psql/describe.h @@ -3,12 +3,11 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.7 2000/01/29 16:58:48 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/describe.h,v 1.8 2000/02/16 13:15:26 momjian Exp $ */ #ifndef DESCRIBE_H #define DESCRIBE_H -#include <c.h> #include "settings.h" /* \da */ |