Skip to content
Snippets Groups Projects
Commit d68fe35e authored by Reinhard Biegel's avatar Reinhard Biegel
Browse files

Remove spurious header file references

parent 584e5229
No related branches found
No related tags found
3 merge requests!133Merge v0.11,!114Resolve "Issues with FMU wrapper",!113Resolve "Problems with WorldOSI"
Pipeline #16194 failed
......@@ -27,7 +27,6 @@ add_openpass_target(
src/FmuCalculations.h
src/ChannelDefinitionParser.h
src/variant_visitor.h
src/error_handler.h
src/FmuHelper.h
src/ChannelDefinitionParser.tpp
src/SignalInterface/SignalTranslator.h
......
......@@ -19,7 +19,6 @@
#include <osi3/osi_trafficcommand.pb.h>
#include "variant_visitor.h"
#include "error_handler.h"
#include "common/commonTools.h"
#include "common/accelerationSignal.h"
......@@ -413,4 +412,4 @@ void* FmuHelper::decode_integer_to_pointer(fmi_integer_t hi, fmi_integer_t lo)
#else
#error "Cannot determine 32bit or 64bit environment!"
#endif
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment