Hamlib/rotators/ioptron
Daniele Forsi IU5HKX 974e619dd2 Replace #include serial.h with iofunc.h
According to iwyu, to avoid unecessary rebuilds and to reduce the
chances of breakages of the build if includes are rearranged, the
code that uses serial_open() and ser_close() should include
serial.h while the code that uses read_block() write_block() and
similar should include iofunc.h, code that uses all of them should
include both files.

Found with iwyu.
2025-07-22 23:33:56 +02:00
..
Android.mk
Makefile.am
README_ioptron
rot_ioptron.c Replace #include serial.h with iofunc.h 2025-07-22 23:33:56 +02:00
rot_ioptron.h