diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index 65431e9c9ec..4fcbf61fced 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -3,14 +3,12 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.7 2000/01/29 16:58:48 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.h,v 1.8 2000/02/16 13:15:26 momjian Exp $ */ #ifndef COMMAND_H #define COMMAND_H -#include <c.h> - -#include <pqexpbuffer.h> +#include "pqexpbuffer.h" #include "settings.h" #include "print.h" |