From 1425f72c38fe23a9d3fcda583a7da1e7315acfc3 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 17 Jan 2018 18:42:47 +0100 Subject: build system improved --- code/ecp/rbuf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'code/ecp/rbuf.c') diff --git a/code/ecp/rbuf.c b/code/ecp/rbuf.c index d24ac23..e05aedc 100644 --- a/code/ecp/rbuf.c +++ b/code/ecp/rbuf.c @@ -1,7 +1,5 @@ #include "core.h" -#include - int ecp_rbuf_init(ECPRBuffer *rbuf, ECPRBMessage *msg, unsigned int msg_size) { rbuf->msg = msg; if (msg_size) { -- cgit v1.2.3