Skip to content

Commit 8699be1

Browse files
committed
remove unneeded header
1 parent 538c8a0 commit 8699be1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libvmaf/src/cuda/cuda_helper.cuh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "assert.h"
2424
#include "stdio.h"
25-
// #include <ffnvcodec/dynlink_cuda.h>
2625
#include <ffnvcodec/dynlink_loader.h>
2726

2827
#define DIV_ROUND_UP(x, y) (((x) + (y)-1) / (y))

0 commit comments

Comments
 (0)