Remove unused stdio.h

Change-Id: I27f8020ec375dede88a1dc87e531dcd9d7ad6f26
This commit is contained in:
Hans-Erik Floryd
2025-04-17 15:51:21 +02:00
parent bb3e83d6bf
commit bfe480dfbe
9 changed files with 0 additions and 9 deletions

View File

@@ -41,7 +41,6 @@
#include <sys/time.h>
#include <time.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>
#include <netpacket/packet.h>

View File

@@ -8,7 +8,6 @@
#include <net/if.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "oshw.h"

View File

@@ -35,7 +35,6 @@
#include <sys/types.h>
#include <stdio.h>
#include <fcntl.h>
#include <string.h>

View File

@@ -15,7 +15,6 @@
* not acceptable build your own datagrams and use the functions from nicdrv.c.
*/
#include <stdio.h>
#include <string.h>
#include "oshw.h"
#include "osal.h"

View File

@@ -11,7 +11,6 @@
* SDO read / write and SDO service functions
*/
#include <stdio.h>
#include <string.h>
#include "osal.h"
#include "oshw.h"

View File

@@ -14,7 +14,6 @@
* Read incoming EoE fragment to Ethernet Frame
*/
#include <stdio.h>
#include <string.h>
#include "osal.h"
#include "oshw.h"

View File

@@ -11,7 +11,6 @@
* SDO read / write and SDO service functions
*/
#include <stdio.h>
#include <string.h>
#include "osal.h"
#include "oshw.h"

View File

@@ -16,7 +16,6 @@
* Needed for most user interaction with slaves.
*/
#include <stdio.h>
#include <string.h>
#include "osal.h"
#include "oshw.h"

View File

@@ -9,7 +9,6 @@
* Servo over EtherCAT (SoE) Module.
*/
#include <stdio.h>
#include <string.h>
#include "osal.h"
#include "oshw.h"