Skip to content

Commit

Permalink
Removed unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
mkpro118 committed Jul 1, 2024
1 parent 7437106 commit 735d591
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_nfa_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include "nfa_state.h"

Check failure on line 3 in tests/test_nfa_state.c

View workflow job for this annotation

GitHub Actions / linter

tests/test_nfa_state.c:3:10 [clang-diagnostic-error]

'nfa_state.h' file not found
#include "list.h"

#include <stdio.h>

CREATE_LIST_FOR(NFAState, NFAStateList)

// Global NFAState variable
Expand Down

0 comments on commit 735d591

Please sign in to comment.