Skip to content

Move headers to intrinsiccv directory

Michael Platings requested to merge fix-include-dir into main

This reduces the likelihood of common headers like "utils.h" conflicting with headers from other projects.

Also take the opportunity to consistently use double-quoted includes instead of angle-bracket includes, since the latter is typically used for system headers.

Merge request reports