Skip to content

Commit

Permalink
Prepare removal of types_generated_handling.h in upstream open62541
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed May 28, 2024
1 parent 2de34d9 commit b297556
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions backends/open62541/tests/integration/client/operator_ov.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "operator_ov.h"
#include <open62541/types_generated.h>
#include <open62541/types_generated_handling.h>

#include <open62541/util.h>

Expand Down Expand Up @@ -145,4 +144,4 @@ ostream &operator<<(ostream &os, const TReference &Reference)
}

return os;
}
}
3 changes: 1 addition & 2 deletions backends/open62541/tests/integration/client/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "value_utils.h"
#include <iostream>
#include <open62541/client_highlevel.h>
#include <open62541/types_generated_handling.h>
#include <open62541/util.h>
#include <string>
#include <vector>
Expand Down Expand Up @@ -959,4 +958,4 @@ UA_Boolean PrintNode(UA_Client *pClient, const UA_NodeId &Id, ofstream &out)

out << endl;
return ret;
}
}
1 change: 0 additions & 1 deletion include/NodesetLoader/NodesetLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

#include <open62541/types.h>
#include <open62541/types_generated.h>
#include <open62541/types_generated_handling.h>

#include "Extension.h"
#include "Logger.h"
Expand Down

0 comments on commit b297556

Please sign in to comment.