From b410450652487833fe9b05adc77575ee75fefd48 Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Tue, 4 Oct 2016 15:30:34 +0200 Subject: lib: np1_flow.h: Remove bad includes --- include/ouroboros/np1_flow.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/include/ouroboros/np1_flow.h b/include/ouroboros/np1_flow.h index c89af70e..5b063213 100644 --- a/include/ouroboros/np1_flow.h +++ b/include/ouroboros/np1_flow.h @@ -20,17 +20,11 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include -#include - -#include -#include -#include - #ifndef OUROBOROS_NP1_FLOW_H #define OUROBOROS_NP1_FLOW_H +#include + int np1_flow_alloc(pid_t n_api, int port_id); -- cgit v1.2.3