removed un-needed header files.
authoraland <aland>
Wed, 11 Oct 2000 16:48:28 +0000 (16:48 +0000)
committeraland <aland>
Wed, 11 Oct 2000 16:48:28 +0000 (16:48 +0000)
Added stdlib.h, to define malloc()

src/modules/rlm_pam/rlm_pam.c

index 8df7180..383dc39 100644 (file)
 
 #include       "autoconf.h"
 
-#include       <sys/types.h>
-#include       <sys/socket.h>
-#include       <sys/time.h>
-#include       <netinet/in.h>
-
 #include       <stdio.h>
+#include       <stdlib.h>
 #include       <string.h>
-#include       <pwd.h>
-#include       <time.h>
-#include       <ctype.h>
 
 #include       <security/pam_appl.h>