Skip to content

Commit 1d8a696

Browse files
committed
Remove #include "rlstubs.h", since it doesn't exist anymore
1 parent d90a426 commit 1d8a696

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/bin/psql/psql.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.54 1997/01/25 23:54:02 scrappy Exp $
10+
* $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.55 1997/01/26 17:27:32 scrappy Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -30,9 +30,7 @@
3030
#include "strdup.h"
3131
#endif
3232

33-
#ifndef HAVE_LIBREADLINE
34-
# include "rlstubs.h"
35-
#else
33+
#ifdef HAVE_LIBREADLINE
3634
# ifdef HAVE_READLINE_H
3735
# include <readline.h>
3836
# if defined(HAVE_HISTORY) || defined(HAVE_LIBHISTORY)

0 commit comments

Comments
 (0)