diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-14 14:52:27 +0000 |
| commit | e0522505bd13bc5aae993fc50b8f420665d78e96 (patch) | |
| tree | 34f98af9ba78bc3dda16f5ce46d7e2158f304918 /src/bin/psql/tab-complete.c | |
| parent | ae643747b16a6ffed88323338dcd3b7ed918e3d0 (diff) | |
Remove 576 references of include files that were not needed.
Diffstat (limited to 'src/bin/psql/tab-complete.c')
| -rw-r--r-- | src/bin/psql/tab-complete.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 36d2ff22020..f8edb78b570 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.153 2006/06/11 23:06:00 tgl Exp $ + * $PostgreSQL: pgsql/src/bin/psql/tab-complete.c,v 1.154 2006/07/14 14:52:27 momjian Exp $ */ /*---------------------------------------------------------------------- @@ -54,7 +54,6 @@ #include "common.h" #include "settings.h" - #ifdef HAVE_RL_FILENAME_COMPLETION_FUNCTION #define filename_completion_function rl_filename_completion_function #else |
