fix: remove missing transport.h include and dependency

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-02 19:47:54 +00:00
parent 0f9bd83469
commit 333b2c489b
2 changed files with 1 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ test_stress: test_stress.o dispatcher.o transport.o
test_wav_io: test_wav_io.o wav_io.o
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
test_stress.o: test_stress.c dispatcher.h transport.h
test_stress.o: test_stress.c dispatcher.h
$(CC) $(CFLAGS) -c -o $@ $<
main.o: main.c engine.h tui.h transport.h