소스 검색

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;