Sfoglia il codice sorgente

netowrklayer depends only on ua_server.h

Julius Pfrommer 10 anni fa
parent
commit
7e23801f91
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      examples/networklayer_tcp.c

+ 0 - 1
examples/networklayer_tcp.c

@@ -26,7 +26,6 @@
 #include <fcntl.h> // fcntl
 
 #include "networklayer_tcp.h"
-#include "ua_transport.h"
 
 typedef struct TCPConnection {
 	UA_Int32 sockfd;