]> sigrok.org Git - libsigrok.git/commitdiff
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)
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

index 2fffc50394fb6b39765f45561160b686f90c8d75..93288973b685c330c17c4495fe5a8e5b3ffe6201 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <config.h>
+#include "config.h"
+
+#include <glib.h>
 #include <stdlib.h>
 #include <string.h>
-#include <glib.h>
+
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"