Move getline and getdelim into stdio.h, per POSIX 200x.
[gnulib.git] / lib / getpass.c
index 4ae2333..17d5137 100644 (file)
@@ -41,8 +41,6 @@
 # include <termios.h>
 #endif
 
-#include "getline.h"
-
 #if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #else