From ee0e27cb22d7d2a6cec45900eb572eb11107a6cf Mon Sep 17 00:00:00 2001 From: fabien-gigante Date: Fri, 26 Aug 2016 15:55:43 +0200 Subject: [PATCH 1/2] 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 From 29eb018e78fbd87ab1c77b7d90e5636f44bfc40d Mon Sep 17 00:00:00 2001 From: fabien-gigante Date: Fri, 26 Aug 2016 15:57:07 +0200 Subject: [PATCH 2/2] Update common.c unnecessary include of Python --- source/common.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/common.c b/source/common.c index 6441f7b..01a8873 100644 --- a/source/common.c +++ b/source/common.c @@ -36,7 +36,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -#include "Python.h" #include #include #include "common.h"