ifchange.c doesn't need strl.h included anymore.
This commit is contained in:
parent
17f1889d4d
commit
fa801fbec4
@ -27,6 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -42,7 +43,6 @@
|
||||
#include "arp.h"
|
||||
#include "log.h"
|
||||
#include "io.h"
|
||||
#include "strl.h"
|
||||
#include "ifchange.h"
|
||||
|
||||
static struct dhcpmsg cfg_packet; // Copy of the current configuration packet.
|
||||
|
Loading…
Reference in New Issue
Block a user