--- embedaddon/libnet/sample/get_addr.c 2013/07/22 11:54:41 1.1.1.2 +++ embedaddon/libnet/sample/get_addr.c 2023/09/27 11:11:38 1.1.1.3 @@ -1,5 +1,5 @@ /* - * $Id: get_addr.c,v 1.1.1.2 2013/07/22 11:54:41 misho Exp $ + * $Id: get_addr.c,v 1.1.1.3 2023/09/27 11:11:38 misho Exp $ * * libnet 1.1 * get_addr.c - Retrieve the MAC and IP address of an interface @@ -30,13 +30,7 @@ * */ -#if (HAVE_CONFIG_H) -#include "../include/config.h" -#endif #include "./libnet_test.h" -#ifdef __WIN32__ -#include "../include/win32/getopt.h" -#endif int main(int argc, char *argv[]) @@ -109,4 +103,3 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } -/* EOF */