]> sigrok.org Git - libsigrok.git/commit
input/csv: include section nits
authorGerhard Sittig <redacted>
Sun, 13 Oct 2019 09:58:49 +0000 (11:58 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 17:20:04 +0000 (18:20 +0100)
commite05f18273d0a8bef34060ff539aa2cdc591be559
treeb9a6e7319742e1c353c0e576a9a56f32ea13c6a6
parentaffaf540128f83c4f3396043077a94ba888cde1f
input/csv: include section nits

Rephrase the #include statements in the CSV input module. "config" is
not a system header but is provided by the application source code.
Separate the config and system and application groups (their order is
essential). Alpha-sort the files within their group for simplified
maintenance.
src/input/csv.c