ソースを参照

netowrklayer depends only on ua_server.h

Julius Pfrommer 10 年 前
コミット
7e23801f91
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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;