From fd0e6e3aa0e7523a36011a2f0264737772aa5e24 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 7 Aug 2016 22:20:45 +0200 Subject: templates: nodemcu-arduino: NodeMCU with Arduino. o Moving headers so they match the namespace they declare. o Reducing debug logging. --- python/include/trygvis/kicad/GenerateHeaderPy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/include/trygvis/kicad/GenerateHeaderPy.h') diff --git a/python/include/trygvis/kicad/GenerateHeaderPy.h b/python/include/trygvis/kicad/GenerateHeaderPy.h index 893b7ed..9e831e9 100644 --- a/python/include/trygvis/kicad/GenerateHeaderPy.h +++ b/python/include/trygvis/kicad/GenerateHeaderPy.h @@ -1,7 +1,7 @@ #ifndef KICAD_UTILS_GENERATEHEADEPY_H #define KICAD_UTILS_GENERATEHEADEPY_H -#include "trygvis/kicad.h" +#include "trygvis/kicad/netlist.h" #include "pybind11/pybind11.h" #include #include -- cgit v1.2.3