Skip to content

Commit f6d335e

Browse files
committed
Removed unneccessary vector include
1 parent edefebb commit f6d335e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

external/Heatmap.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <array>
55
#include <iostream>
66
#include <sycl/sycl.hpp>
7-
#include <vector>
87

98
SYCL_EXTERNAL std::array<float, 3> HSVtoRGB(float h, float s, float v);
109

0 commit comments

Comments
 (0)