1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 03:12:01 +03:00

eeshow/sch-parse.c: remove #include left over from debugging

This commit is contained in:
Werner Almesberger 2016-08-11 02:44:33 -03:00
parent f6352219b1
commit 7cc2142e83

View File

@ -304,7 +304,6 @@ static struct sheet *new_sheet(struct sch_ctx *ctx)
static bool parse_line(const struct file *file, void *user, const char *line);
#include <stdint.h>
static const struct sheet *recurse_sheet(struct sch_ctx *ctx,
const struct file *related)
{