diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-16 10:19:07 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-16 10:19:07 -0700 |
| commit | 6132a05fd9e6fa51972f1445ee051e99b816527f (patch) | |
| tree | 0aaf30a35946563ebcf0a973268c7c78552be355 /shared-bindings/gamepadshift | |
| parent | 0e03a321e4c4fba6c5d700bfef830c6196aec106 (diff) | |
Include cleanup and style tweaks
Diffstat (limited to 'shared-bindings/gamepadshift')
| -rw-r--r-- | shared-bindings/gamepadshift/GamePadShift.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-bindings/gamepadshift/GamePadShift.c b/shared-bindings/gamepadshift/GamePadShift.c index de3813b08..d6f365388 100644 --- a/shared-bindings/gamepadshift/GamePadShift.c +++ b/shared-bindings/gamepadshift/GamePadShift.c @@ -28,10 +28,8 @@ #include "py/mphal.h" #include "py/gc.h" #include "py/mpstate.h" -#include "shared-bindings/gamepad/__init__.h" #include "shared-bindings/gamepadshift/GamePadShift.h" #include "shared-bindings/gamepadshift/__init__.h" -#include "shared-module/gamepadshift/GamePadShift.h" #include "supervisor/shared/translate.h" //| .. currentmodule:: gamepadshift |
