summaryrefslogtreecommitdiffhomepage
path: root/examples/hash_crc32_example/example.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 06:14:14 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-04 06:14:14 -0500
commite85b8a1cf1624a9cbf3d719dd202ad57d43c2f4b (patch)
tree89f7c1d07eed253f97141102041d70b12dfcd48e /examples/hash_crc32_example/example.cc
parentd43fed8fb9eb369adc70a57bc2a9552d36485241 (diff)
chore: modularize OCL to OCL.core, upcoming OCL.fix
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/hash_crc32_example/example.cc')
-rw-r--r--examples/hash_crc32_example/example.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hash_crc32_example/example.cc b/examples/hash_crc32_example/example.cc
index cddebda..bd27662 100644
--- a/examples/hash_crc32_example/example.cc
+++ b/examples/hash_crc32_example/example.cc
@@ -1,5 +1,5 @@
-#include <hashing/crc_hash.hpp>
-#include <io/print.hpp>
+#include <ocl/crc_hash.hpp>
+#include <ocl/print.hpp>
int main(int argc, char** argv)
{