From 1b0ab6949f828ae38f9514982a7aa9b93355eaad Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 6 Feb 2018 23:42:56 +0100 Subject: [PATCH] fix includes --- lib/io/protobuf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/io/protobuf.c b/lib/io/protobuf.c index 6f86fc244..8382fe42d 100644 --- a/lib/io/protobuf.c +++ b/lib/io/protobuf.c @@ -21,11 +21,11 @@ *********************************************************************************/ // Generated message descriptors by protoc -#include "villas.pb-c.h" +#include -#include "villas/sample.h" -#include "villas/plugin.h" -#include "villas/io/protobuf.h" +#include +#include +#include int protobuf_sprint(char *buf, size_t len, size_t *wbytes, struct sample *smps[], unsigned cnt, int flags) {