diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ouroboros/np1_flow.h | 10 |
1 files 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 <unistd.h> -#include <stdint.h> -#include <time.h> - -#include <ouroboros/qos.h> -#include <ouroboros/flow.h> -#include <ouroboros/shm_rdrbuff.h> - #ifndef OUROBOROS_NP1_FLOW_H #define OUROBOROS_NP1_FLOW_H +#include <unistd.h> + int np1_flow_alloc(pid_t n_api, int port_id); |