From ee0e27cb22d7d2a6cec45900eb572eb11107a6cf Mon Sep 17 00:00:00 2001 From: fabien-gigante Date: Fri, 26 Aug 2016 15:55:43 +0200 Subject: [PATCH] Update c_softpwm.c unnecessary include of Python --- source/c_softpwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/c_softpwm.c b/source/c_softpwm.c index d5fadc4..f8a13aa 100644 --- a/source/c_softpwm.c +++ b/source/c_softpwm.c @@ -41,7 +41,6 @@ SOFTWARE. #include "c_pwm.h" #include "common.h" #include "event_gpio.h" -#include "Python.h" #define KEYLEN 7