diff options
Diffstat (limited to 'src/cube.c')
| -rw-r--r-- | src/cube.c | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -30,10 +30,12 @@ | |||
| 30 | #elif defined(CUBE_NEON) | 30 | #elif defined(CUBE_NEON) |
| 31 | #include "cube_neon.h" | 31 | #include "cube_neon.h" |
| 32 | #else | 32 | #else |
| 33 | #include <stdlib.h> /* TODO: check if can be removed */ | ||
| 33 | #include "cube_portable.h" | 34 | #include "cube_portable.h" |
| 34 | #endif | 35 | #endif |
| 35 | 36 | ||
| 36 | #include "cube_routines.h" | 37 | #include "cube_routines.h" |
| 38 | #include "cube_transform.h" /* TODO: merge with cube_routines? */ | ||
| 37 | #include "moves.h" | 39 | #include "moves.h" |
| 38 | #include "solve_h48.h" | 40 | #include "solve_h48.h" |
| 39 | #include "solve_generic.h" | 41 | #include "solve_generic.h" |
