diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:29:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:29:00 +0200 |
| commit | 283effb16646112ee9c6bba57e021e80f322b29f (patch) | |
| tree | 3c0ad588e550f86df21687e82a17e9f1f60443be /src/solvers/h48/h48.h | |
| parent | fc150adaf3bff133da0e59d842f13b7b21297fc0 (diff) | |
| download | nissy-core-283effb16646112ee9c6bba57e021e80f322b29f.tar.gz nissy-core-283effb16646112ee9c6bba57e021e80f322b29f.zip | |
Avoid repeating typedefs in tests
Diffstat (limited to 'src/solvers/h48/h48.h')
| -rw-r--r-- | src/solvers/h48/h48.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solvers/h48/h48.h b/src/solvers/h48/h48.h index 176ce22..3cf02b7 100644 --- a/src/solvers/h48/h48.h +++ b/src/solvers/h48/h48.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #include "coordinate.h" | 1 | #include "coordinate.h" |
| 2 | #include "map.h" | 2 | #include "map.h" |
| 3 | #include "gendata_types_macros.h" | ||
| 3 | #include "gendata_cocsep.h" | 4 | #include "gendata_cocsep.h" |
| 4 | #include "gendata_h48.h" | 5 | #include "gendata_h48.h" |
| 5 | #include "stats.h" | 6 | #include "stats.h" |
