Remove unused header files
authoraland <aland>
Mon, 29 Oct 2007 12:28:59 +0000 (12:28 +0000)
committeraland <aland>
Mon, 29 Oct 2007 12:28:59 +0000 (12:28 +0000)
src/modules/rlm_sql/rlm_sql.c
src/modules/rlm_sql/sql.c

index cb7bc04..ce6cc52 100644 (file)
@@ -32,8 +32,6 @@ RCSID("$Id$")
 
 #include <sys/stat.h>
 
-#include <sys/wait.h>
-
 #include "rlm_sql.h"
 
 static char *allowed_chars = NULL;
index 72c164b..16f2e71 100644 (file)
@@ -32,10 +32,7 @@ RCSID("$Id$")
 #include       <sys/file.h>
 #include       <sys/stat.h>
 
-#include       <pwd.h>
 #include       <ctype.h>
-#include       <signal.h>
-#include       <sys/wait.h>
 
 #include       "rlm_sql.h"