From be73894bea1c5719eccfad6b8c7e7ae44798a68a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 11 Jun 2018 20:12:57 +0200 Subject: Add "nextpnr.h" Signed-off-by: Clifford Wolf --- ice40/pybindings.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ice40/pybindings.cc') diff --git a/ice40/pybindings.cc b/ice40/pybindings.cc index f9385153..c00bf6b9 100644 --- a/ice40/pybindings.cc +++ b/ice40/pybindings.cc @@ -18,11 +18,8 @@ * */ -#include "chip.h" -#include "design.h" - -// include after design.h/chip.h #include "pybindings.h" +#include "nextpnr.h" void arch_wrap_python() { -- cgit v1.2.3