Skip to content

Commit

Permalink
Remove unnecessary includes for critical region and resource in signa…
Browse files Browse the repository at this point in the history
…l processing functions.

Details:
- Removed include statements for "criticalregion.h" and "resource.h" in the signal processing functions to streamline the code.
  • Loading branch information
franz-hoepfinger-4diac committed Sep 20, 2024
1 parent 119b455 commit e73526e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/modules/signalprocessing/FIELDBUS_PERCENT_TO_WORD_fct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include "FIELDBUS_PERCENT_TO_WORD_fct_gen.cpp"
#endif

#include "criticalregion.h"
#include "resource.h"
#include "forte_real.h"
#include "forte_udint.h"
#include "forte_word.h"
Expand Down
2 changes: 0 additions & 2 deletions src/modules/signalprocessing/FIELDBUS_WORD_TO_PERCENT_fct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#include "FIELDBUS_WORD_TO_PERCENT_fct_gen.cpp"
#endif

#include "criticalregion.h"
#include "resource.h"
#include "forte_real.h"
#include "forte_udint.h"
#include "forte_word.h"
Expand Down

0 comments on commit e73526e

Please sign in to comment.