diff options
| author | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2006-07-14 14:52:27 +0000 |
| commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
| tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/bin/psql/mainloop.c | |
| parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/psql/mainloop.c')
| -rw-r--r-- | src/bin/psql/mainloop.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/psql/mainloop.c b/src/bin/psql/mainloop.c index b7022281e54..fdbf29d8e30 100644 --- a/src/bin/psql/mainloop.c +++ b/src/bin/psql/mainloop.c @@ -3,18 +3,15 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.80 2006/06/14 16:49:02 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/mainloop.c,v 1.81 2006/07/14 14:52:26 momjian Exp $ */ #include "postgres_fe.h" #include "mainloop.h" -#include "pqexpbuffer.h" #include "command.h" #include "common.h" #include "input.h" -#include "prompt.h" -#include "psqlscan.h" #include "settings.h" |
