diff options
Diffstat (limited to 'code/ecp/rbuf.c')
-rw-r--r-- | code/ecp/rbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <string.h> - int ecp_rbuf_init(ECPRBuffer *rbuf, ECPRBMessage *msg, unsigned int msg_size) { rbuf->msg = msg; if (msg_size) { |