@@ -1,6 +1,4 @@
#include "ua_namespace.h"
-#include <string.h>
-#include <stdio.h>
struct UA_Namespace {
const UA_Node **entries;
@@ -3,7 +3,6 @@
#include "ua_types.h"
#include "ua_types_generated.h"
-#include "util/ua_list.h"
/**
@ingroup server
@@ -1,5 +1,4 @@
#include "ua_securechannel_manager.h"
-#include "util/ua_util.h"
struct channel_list_entry {
UA_SecureChannel channel;
@@ -1,4 +1,5 @@
#include "ua_connection.h"
+#include "util/ua_util.h"
UA_ConnectionConfig UA_ConnectionConfig_standard = { .protocolVersion = 0, .sendBufferSize = 8192,
.recvBufferSize = 8192, .maxMessageSize = 8192,
@@ -1,9 +1,6 @@
#ifndef UA_SECURECHANNEL_H_
#define UA_SECURECHANNEL_H_
-#include <memory.h> // memcpy
-
#include "ua_transport.h"
@@ -1,7 +1,6 @@
#ifndef UA_TYPES_ENCODING_BINARY_H_
#define UA_TYPES_ENCODING_BINARY_H_