Quellcode durchsuchen

some header files included themselves

Julius Pfrommer vor 10 Jahren
Ursprung
Commit
bf312cae6e
2 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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;