X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fvcd.c;h=75efc0d55efe023c6ae1d1f482c3766a3bcc4ecb;hb=36e3f6a9cecffe72cfb85f85ed3ea7a43f586fec;hp=e69a80715676152df8d37a4a8acc644978d503d4;hpb=5e23fcab889c62864b92aa3ad6902ce3e9f5be49;p=libsigrok.git diff --git a/src/input/vcd.c b/src/input/vcd.c index e69a8071..75efc0d5 100644 --- a/src/input/vcd.c +++ b/src/input/vcd.c @@ -57,11 +57,12 @@ * - more than 64 channels */ +#include #include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "input/vcd" @@ -87,7 +88,6 @@ struct vcd_channel { gchar *identifier; }; - /* * Reads a single VCD section from input file and parses it to name/contents. * e.g. $timescale 1ps $end => "timescale" "1ps"