diff options
| author | marekm72 <35698605+marekm72@users.noreply.github.com> | 2026-02-22 21:20:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-22 21:20:20 +0100 |
| commit | ff0255002bdba64e48b628a32224c9a5ecd554b9 (patch) | |
| tree | e4f6229d407f582f4acd1b03b604b49b78863966 | |
| parent | a5bdccf4b9b631495529227c421f9eeffd41995c (diff) | |
| download | accel-ppp-ff0255002bdba64e48b628a32224c9a5ecd554b9.tar.gz accel-ppp-ff0255002bdba64e48b628a32224c9a5ecd554b9.zip | |
Remove unused printf.h include
Removed conditional inclusion of printf.h.
| -rw-r--r-- | accel-pppd/ctrl/pppoe/pppoe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.c b/accel-pppd/ctrl/pppoe/pppoe.c index c481b7ec..6ec07c9d 100644 --- a/accel-pppd/ctrl/pppoe/pppoe.c +++ b/accel-pppd/ctrl/pppoe/pppoe.c @@ -11,9 +11,6 @@ #include <net/ethernet.h> #include <netpacket/packet.h> #include <arpa/inet.h> -#ifdef HAVE_PRINTF_H -#include <printf.h> -#endif #include "events.h" #include "triton.h" |
