aboutsummaryrefslogtreecommitdiffstats
path: root/common/pybindings.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-01 16:40:40 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-01 16:40:40 +0200
commitb720a7fddc06f116808758ef021d9ebfeaa89551 (patch)
tree63903f26ea0831df3da753fc40cdb8c1f0166fa7 /common/pybindings.h
parentb7a47ca57b2de1b31d21569c314b0748d326ce8a (diff)
downloadnextpnr-b720a7fddc06f116808758ef021d9ebfeaa89551.tar.gz
nextpnr-b720a7fddc06f116808758ef021d9ebfeaa89551.tar.bz2
nextpnr-b720a7fddc06f116808758ef021d9ebfeaa89551.zip
Starting to develop a new Python wrapper system
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common/pybindings.h')
-rw-r--r--common/pybindings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pybindings.h b/common/pybindings.h
index 4180c2e9..1565a138 100644
--- a/common/pybindings.h
+++ b/common/pybindings.h
@@ -21,14 +21,14 @@
#ifndef COMMON_PYBINDINGS_H
#define COMMON_PYBINDINGS_H
-#include "pycontainers.h"
-
#include <Python.h>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <stdexcept>
#include <utility>
+#include "pycontainers.h"
+#include "pywrappers.h"
#include "nextpnr.h"