瀏覽代碼

some header files included themselves

Julius Pfrommer 10 年之前
父節點
當前提交
bf312cae6e
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      src/ua_transport_binary.h
  2. 0 1
      src/ua_transport_binary_secure.h

+ 0 - 1
src/ua_transport_binary.h

@@ -3,7 +3,6 @@
 #include <stdio.h>
 
 #include "opcua.h"
-#include "ua_transport_binary.h"
 
 //transport errors begin at 1000
 #define UA_ERROR_MULTIPLE_HEL 1000

+ 0 - 1
src/ua_transport_binary_secure.h

@@ -3,7 +3,6 @@
 #include "opcua.h"
 #include "ua_transport.h"
 #include "ua_transport_binary.h"
-#include "ua_transport_binary_secure.h"
 
 typedef struct {
 	UA_UInt32 secureChannelId;