From 7150125fb8f7eba8ec7bf04112a6ca5cd23fc2e0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 11 Apr 2014 12:41:13 -0600 Subject: The rest of the resolv->DNS client naming change: Renamed directories and header files --- apps/examples/discover/discover_main.c | 2 +- apps/examples/tcpecho/tcpecho_main.c | 2 +- apps/examples/uip/uip_main.c | 2 +- apps/examples/wget/target.c | 2 +- apps/examples/xmlrpc/xmlrpc_main.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/examples') diff --git a/apps/examples/discover/discover_main.c b/apps/examples/discover/discover_main.c index d8b32d315..00c8e7fba 100644 --- a/apps/examples/discover/discover_main.c +++ b/apps/examples/discover/discover_main.c @@ -65,7 +65,7 @@ /* DHCPC may be used in conjunction with any other feature (or not) */ #ifdef CONFIG_EXAMPLES_DISCOVER_DHCPC -# include +# include # include #endif diff --git a/apps/examples/tcpecho/tcpecho_main.c b/apps/examples/tcpecho/tcpecho_main.c index fbc6e2ddd..a8a86a7b2 100644 --- a/apps/examples/tcpecho/tcpecho_main.c +++ b/apps/examples/tcpecho/tcpecho_main.c @@ -70,7 +70,7 @@ /* DHCPC may be used in conjunction with any other feature (or not) */ #ifdef CONFIG_EXAMPLES_TCPECHO_DHCPC -# include +# include # include #endif diff --git a/apps/examples/uip/uip_main.c b/apps/examples/uip/uip_main.c index 35454a0dd..9d2fcf9b2 100644 --- a/apps/examples/uip/uip_main.c +++ b/apps/examples/uip/uip_main.c @@ -70,7 +70,7 @@ /* DHCPC may be used in conjunction with any other feature (or not) */ #ifdef CONFIG_EXAMPLES_UIP_DHCPC -# include +# include # include #endif diff --git a/apps/examples/wget/target.c b/apps/examples/wget/target.c index d205a81ae..9a1de83b3 100644 --- a/apps/examples/wget/target.c +++ b/apps/examples/wget/target.c @@ -49,7 +49,7 @@ #include #include -#include +#include #include /**************************************************************************** diff --git a/apps/examples/xmlrpc/xmlrpc_main.c b/apps/examples/xmlrpc/xmlrpc_main.c index 3a743bb82..6c3ddfc24 100644 --- a/apps/examples/xmlrpc/xmlrpc_main.c +++ b/apps/examples/xmlrpc/xmlrpc_main.c @@ -80,7 +80,7 @@ /* DHCPC may be used in conjunction with any other feature (or not) */ #ifdef CONFIG_EXAMPLES_XMLRPC_DHCPC -# include +# include # include #endif -- cgit v1.2.3