removed useless system header from EAP

This commit is contained in:
Sylvain Rochet 2012-05-21 00:03:18 +02:00
parent c268c5e07c
commit 7d43f4a1f4

View File

@ -51,17 +51,6 @@
* TODO:
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <assert.h>
#include <errno.h>
#include "pppd.h"
#include "pathnames.h"
#include "md5.h"
@ -1121,7 +1110,7 @@ int lenstr;
int msglen;
outp = outpacket_buf;
MAKEHEADER(outp, PPP_EAP);
PUTCHAR(EAP_RESPONSE, outp);
@ -1152,7 +1141,7 @@ u_char *str;
int msglen;
outp = outpacket_buf;
MAKEHEADER(outp, PPP_EAP);
PUTCHAR(EAP_RESPONSE, outp);