Feature #1420 ยป 0060-actions.c-Remove-stdarg.h-include.patch
| common/actions.c | ||
|---|---|---|
| #include <fc_config.h> | ||
| #endif | ||
| #include <math.h> /* ceil, floor */ | ||
| #include <stdarg.h> | ||
| #include <math.h> /* ceil(), floor() */ | ||
| /* utility */ | ||
| #include "astring.h" | ||