Hamlib/rotators/easycomm
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 Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
Makefile.am Directory migration to new layout 2020-01-17 09:22:44 -06:00
easycomm.c Replace #include serial.h with iofunc.h 2025-07-22 23:33:56 +02:00
easycomm.h [rotators] Fix includes 2023-02-16 19:08:24 +01:00
easycomm.txt Fix typos 2024-12-01 21:59:11 +01:00