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