diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-10 12:08:19 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-10 12:08:19 +0200 |
| commit | f0a21e78764fd17747033b596b640bbcaf517f49 (patch) | |
| tree | 564ef37556e9a0c351a5aea874a1e315e67d8d9b /examples/equiv | |
| parent | 1c4bcb0ca012bebe7c7b9408aa85bb5b089e4619 (diff) | |
feat&fix: Reorganize library, and remove junk CMake files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/equiv')
| -rw-r--r-- | examples/equiv/equiv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/equiv/equiv.cc b/examples/equiv/equiv.cc index 326683e..896637d 100644 --- a/examples/equiv/equiv.cc +++ b/examples/equiv/equiv.cc @@ -4,7 +4,7 @@ licensed under the MIT license */ -#include <lib/equiv.hpp> +#include <lib/logic/equiv.hpp> #include <iostream> /* finally test it */ |
