]> git.feebdaed.xyz Git - 0xmirror/SOEM.git/commitdiff
Remove unused stdio.h
authorHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Thu, 17 Apr 2025 13:51:21 +0000 (15:51 +0200)
committerHans-Erik Floryd <hans-erik.floryd@rt-labs.com>
Wed, 9 Jul 2025 10:15:39 +0000 (12:15 +0200)
Change-Id: I27f8020ec375dede88a1dc87e531dcd9d7ad6f26

oshw/linux/nicdrv.c
oshw/linux/oshw.c
oshw/win32/nicdrv.c
soem/ethercatbase.c
soem/ethercatcoe.c
soem/ethercateoe.c
soem/ethercatfoe.c
soem/ethercatmain.c
soem/ethercatsoe.c

index 0e90cde6b11376141ddd96ab158e307539312225..dad849a2150be6f59cb0f0e229ce30d39e82ab72 100644 (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>
index b44150750829f53d16c50e3b65cda7d681922f12..9fa452f0c449c38d81b6f6a10d0be19580b226e8 100644 (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"
index aa3cf07ff74e5b1ceddc48698581304eb30144d1..c47b704be2f8ddf9ccc77f2125e6e3efa8b532c8 100644 (file)
@@ -35,7 +35,6 @@
 
 
 #include <sys/types.h>
-#include <stdio.h>
 #include <fcntl.h>
 #include <string.h>
 
index 681a1a8947cf9c397758e6ad465b21c20477807f..deb1e01742f4836a3ad87bf62878e49863e62666 100644 (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"
index eaf807e4120ff9cf4c57ded6a6d47bce6d956437..e9f5c9603acc5f2bb872df2082fc620cd62d27ed 100644 (file)
@@ -11,7 +11,6 @@
  * SDO read / write and SDO service functions
  */
 
-#include <stdio.h>
 #include <string.h>
 #include "osal.h"
 #include "oshw.h"
index d677e07b7a0a49775498b7aae8628ee804d81e2d..5610b26ef5510bf3383f0e56a0159bc4cb20f0aa 100644 (file)
@@ -14,7 +14,6 @@
  * Read incoming EoE fragment to Ethernet Frame
  */
 
-#include <stdio.h>
 #include <string.h>
 #include "osal.h"
 #include "oshw.h"
index 8351a831f50d26ae8398984b666667deb8e528ce..c520675366a712970160be5c0bd4f0ea6a630242 100644 (file)
@@ -11,7 +11,6 @@
  * SDO read / write and SDO service functions
  */
 
-#include <stdio.h>
 #include <string.h>
 #include "osal.h"
 #include "oshw.h"
index c922ca5b9f799c532d156e518041012009c3fd69..1e7a43e13de5c5688194c44590cac0a111bec755 100644 (file)
@@ -16,7 +16,6 @@
  * Needed for most user interaction with slaves.
  */
 
-#include <stdio.h>
 #include <string.h>
 #include "osal.h"
 #include "oshw.h"
index da0b0cf7725f227a3d43cda1cb54494c4e82c21d..28f72bd21889af536e0d4aed78dd2648870aeb6b 100644 (file)
@@ -9,7 +9,6 @@
  * Servo over EtherCAT (SoE) Module.
  */
 
-#include <stdio.h>
 #include <string.h>
 #include "osal.h"
 #include "oshw.h"