Prechádzať zdrojové kódy

some header files included themselves

Julius Pfrommer 10 rokov pred
rodič
commit
bf312cae6e

+ 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;