headers are now included with their library prefix

This commit is contained in:
Bechir Braham
2024-04-09 11:36:15 +02:00
parent a2499c96d6
commit a48820059d
54 changed files with 86 additions and 76 deletions

View File

@ -1,4 +1,4 @@
#include "aare/NumpyHelpers.hpp" //Is this really a public header?
#include "aare/file_io/NumpyHelpers.hpp" //Is this really a public header?
#include <catch2/catch_test_macros.hpp>
using namespace aare::NumpyHelpers;