]> sigrok.org Git - sigrok-util.git/commit
new-driver: *.c: Only #include protocol.h.
authorUwe Hermann <redacted>
Wed, 30 Jan 2013 16:04:44 +0000 (17:04 +0100)
committerUwe Hermann <redacted>
Wed, 30 Jan 2013 16:04:44 +0000 (17:04 +0100)
commit5c100b148be923f92c383b9fb233dfb4ba3b790e
tree1dd50d4db5df839731fe12c180ef65a2a0102a34
parent3aef82b35047c072f524a7f6d4ee6ce70df89fb2
new-driver: *.c: Only #include protocol.h.

Since both api.c and protocol.c need to include protocol.h anyway,
we can consistently keep all #includes in protocol.h.
source/drv-api.c
source/drv-protocol.c
source/drv-protocol.h