bug report 619 by Hanspeter Niederstrasser
remove double inclusion of stdlib.h
Correction of commit 9e432838c ("Patch by Robert Turnbull: remove warning messages", 2023-02-05)
This commit is contained in:
parent
3ccc4d4af5
commit
5c797c5f78
|
|
@ -181,7 +181,6 @@ static void cm_d_osc_callback(ARGS,
|
|||
* *
|
||||
*************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void cm_d_osc(ARGS)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -184,7 +184,6 @@ static void cm_d_pwm_callback(ARGS,
|
|||
* *
|
||||
*************************************************************/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void cm_d_pwm(ARGS)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue