aboutsummaryrefslogtreecommitdiff
path: root/python/include
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-08-07 22:20:45 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2016-08-07 22:21:31 +0200
commitfd0e6e3aa0e7523a36011a2f0264737772aa5e24 (patch)
tree9ada25e6f4d072e2fc01ca62120cc416af8fc716 /python/include
parent535d856a39b177642724bcfe6009985bf4262dbd (diff)
downloadkicad-utils-fd0e6e3aa0e7523a36011a2f0264737772aa5e24.tar.gz
kicad-utils-fd0e6e3aa0e7523a36011a2f0264737772aa5e24.tar.bz2
kicad-utils-fd0e6e3aa0e7523a36011a2f0264737772aa5e24.tar.xz
kicad-utils-fd0e6e3aa0e7523a36011a2f0264737772aa5e24.zip
templates: nodemcu-arduino: NodeMCU with Arduino.
o Moving headers so they match the namespace they declare. o Reducing debug logging.
Diffstat (limited to 'python/include')
-rw-r--r--python/include/trygvis/kicad/GenerateHeaderPy.h2
1 files changed, 1 insertions, 1 deletions
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 <memory>
#include <sstream>