shared/tester: Remove include to io.h
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 16 Sep 2022 00:21:28 +0000 (17:21 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 15 May 2023 09:25:54 +0000 (14:55 +0530)
commit490cedf9dfe4c9e6d5188243d2e1a0f6f08494b0
tree9d1e7d77bc9c38c6422664681bca5d6e4933db5e
parente63c1c414f65a3c217355fd93e9ddc3d6e72ef64
shared/tester: Remove include to io.h

Users of tester.h shall also include io.h, including io.h by default may
cause errors if has been previously included.

Signed-off-by: Manika Shrivastava <manika.sh@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/tester.c
src/shared/tester.h
unit/test-tester.c