shlomif / fc-solve

Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
https://fc-solve.shlomifish.org/
MIT License
58 stars 12 forks source link

Remove the unused sys/cdefs.h include #98

Closed vidraj closed 6 months ago

vidraj commented 6 months ago

The header is internal to glibc and prevents compilation on non-glibc systems. Since it is not used anywhere, it can be safely removed.

Fixes shlomif/fc-solve#97

shlomif commented 6 months ago

Merged into git master. thanks, @vidraj .

vidraj commented 6 months ago

Wow, that was fast. Thank you!