diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index 09a259fb3ee..9e8351580ec 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -3,12 +3,11 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.25 2006/03/05 15:58:51 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.26 2006/07/14 14:52:26 momjian Exp $ */ #ifndef COMMAND_H #define COMMAND_H -#include "settings.h" #include "print.h" #include "psqlscan.h" |