diff --git a/backends/open62541/tests/integration/client/operator_ov.cpp b/backends/open62541/tests/integration/client/operator_ov.cpp index 760abf36..4e953dcf 100644 --- a/backends/open62541/tests/integration/client/operator_ov.cpp +++ b/backends/open62541/tests/integration/client/operator_ov.cpp @@ -1,6 +1,5 @@ #include "operator_ov.h" #include -#include #include @@ -145,4 +144,4 @@ ostream &operator<<(ostream &os, const TReference &Reference) } return os; -} \ No newline at end of file +} diff --git a/backends/open62541/tests/integration/client/utils.cpp b/backends/open62541/tests/integration/client/utils.cpp index 96109d30..e4255d1d 100644 --- a/backends/open62541/tests/integration/client/utils.cpp +++ b/backends/open62541/tests/integration/client/utils.cpp @@ -5,7 +5,6 @@ #include "value_utils.h" #include #include -#include #include #include #include @@ -959,4 +958,4 @@ UA_Boolean PrintNode(UA_Client *pClient, const UA_NodeId &Id, ofstream &out) out << endl; return ret; -} \ No newline at end of file +} diff --git a/include/NodesetLoader/NodesetLoader.h b/include/NodesetLoader/NodesetLoader.h index ec57bab3..a1d56425 100644 --- a/include/NodesetLoader/NodesetLoader.h +++ b/include/NodesetLoader/NodesetLoader.h @@ -10,7 +10,6 @@ #include #include -#include #include "Extension.h" #include "Logger.h"