aboutsummaryrefslogtreecommitdiff
path: root/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'transfer.c')
-rw-r--r--transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/transfer.c b/transfer.c
index a791467..7fa41ee 100644
--- a/transfer.c
+++ b/transfer.c
@@ -21,6 +21,7 @@
#include <errno.h>
#include <limits.h>
#include <math.h>
+#include <ndarray.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
@@ -28,7 +29,6 @@
#include "common.h"
#include "cpu.h"
-#include "ndarray.h"
#include "transfer.h"
typedef struct GridTransfer {