Skip to content

Commit 2c715e9

Browse files
author
QL
committed
removed not needed #include <stdlib.h> in bsp.c in game-gui and dpp-gui
1 parent c68a35e commit 2c715e9

File tree

2 files changed

+0
-2
lines changed
  • examples/arm-cm
    • dpp_efm32-slstk3401a/win32-gui
    • game_efm32-slstk3401a/win32-gui

2 files changed

+0
-2
lines changed

examples/arm-cm/dpp_efm32-slstk3401a/win32-gui/bsp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "resource.h" /* GUI resource IDs generated by the resource editior */
4040

4141
#include "safe_std.h" /* portable "safe" <stdio.h>/<string.h> facilities */
42-
#include <stdlib.h>
4342

4443
Q_DEFINE_THIS_FILE
4544

examples/arm-cm/game_efm32-slstk3401a/win32-gui/bsp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#include "resource.h" /* GUI resource IDs generated by the resource editior */
4040

4141
#include "safe_std.h" /* portable "safe" <stdio.h>/<string.h> facilities */
42-
#include <stdlib.h>
4342

4443
Q_DEFINE_THIS_FILE
4544

0 commit comments

Comments
 (0)