Skip to content

Commit

Permalink
Remove unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 2, 2024
1 parent 251d250 commit 9b98858
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/reactor-uc/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "reactor-uc/reaction.h"
#include "reactor-uc/trigger.h"
#include "reactor-uc/util.h"

typedef struct Action Action;
typedef struct LogicalAction LogicalAction;
Expand Down
1 change: 0 additions & 1 deletion src/reaction.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "reactor-uc/reaction.h"
#include "reactor-uc/port.h"
#include "reactor-uc/trigger.h"
#include "reactor-uc/util.h"

void Reaction_register_effect(Reaction *self, Trigger *effect) {
assert(self->effects_registered < self->effects_size);
Expand Down
1 change: 0 additions & 1 deletion src/trigger.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "reactor-uc/environment.h"
#include "reactor-uc/timer.h"
#include "reactor-uc/trigger.h"
#include "reactor-uc/util.h"

#include <stdio.h>

Expand Down

0 comments on commit 9b98858

Please sign in to comment.